home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
001-099
/
ff004.lzh
/
bm
/
Extern.h
< prev
next >
Wrap
C/C++ Source or Header
|
1986-01-01
|
616b
|
14 lines
/* global flags for bm */
extern int cFlag, /* true if we want only a count of matching lines */
eFlag, /* indicates that next argument is the pattern */
fFlag, /* true if the patterns arew to come from a file */
lFlag, /* true if we want a list of files containing the pattern */
nFlag, /* true if we want the character offset of the pattern */
sFlag, /* true if we want silent mode */
xFlag, /* true if we want only lines which match entirely */
hFlag, /* true if we want no filenames in output */
MatchCount; /* count of number of times a search string was found
* in the text */
extern char *FileName;