Lines Matching defs:fgrep
28 * grep - pattern matching program - combined grep, egrep, and fgrep.
84 static uchar_t fgrep = 0; /* Invoked as fgrep */
154 * Detect egrep/fgrep via command name, map to -E and -F options.
161 fgrep++;
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
294 else /* Else fgrep */
357 * with fgrep in a multibyte locale, need to use
691 * fgrep: No regular expressions.
697 * For non-fgrep, compile the regular expression,
714 * - fgrep (Fflag)
1056 /* fgrep in byte-oriented handling */
1064 /* fgrep -x */
1179 if (egrep || fgrep) {