Searched defs:egrep (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c28 * grep - pattern matching program - combined grep, egrep, and fgrep.
85 static uchar_t egrep = 0; /* Invoked as egrep */ variable
154 * Detect egrep/fgrep via command name, map to -E and -F options.
158 egrep++;
270 * If we're invoked as egrep or fgrep we need to do some checks
273 if (egrep || fgrep) {
275 * Use of -E or -F with egrep or fgrep is illegal
280 * Don't allow use of wflag with egrep / fgrep
292 if (egrep)
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c309 iflag = i; /* simulate "egrep -i" */
391 /* general egrep regular expression */
1035 * egrep patterns:
1641 egrep(char *f, FILE *o, char *fo) function

Completed in 49 milliseconds