1: /*************************************************************************
2: * This program is copyright (C) 1985, 1986 by Jonathan Payne. It is *
3: * provided to you without charge for use only on a licensed Unix *
4: * system. You may copy JOVE provided that this notice is included with *
5: * the copy. You may not sell copies of this program or versions *
6: * modified for use on microcomputer systems, unless the copies are *
7: * included with a Unix system distribution and the source is provided. *
8: *************************************************************************/
9:
10: #define NALTS 10 /* number of alternate search strings */
11:
12: extern char searchstr[128],
13: compbuf[128], /* global default compbuf */
14: rep_search[128], /* replace search string */
15: rep_str[128], /* contains replacement string */
16: *cur_compb, /* usually points at compbuf */
17: REbuf[LBSIZE], /* points at line we're scanning */
18: *alternates[NALTS];
19:
20: extern int REdirection,
21: REeom,
22: REbom,
23: REalt_num;
Defined macros
NALTS
defined in line
10; used 2 times
Usage of this include