Home
last modified time | relevance | path

Searched refs:cflag (Results 1 – 4 of 4) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c259 if (cflag) { in procfile()
268 if (c && !cflag && !lflag && !Lflag && in procfile()
365 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) { in procline()
Dgrep.h118 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
Dgrep.c103 bool cflag; /* -c: only show a count of matching lines */ variable
447 cflag = true; in main()
Dfastgrep.c155 if ((!(lflag || cflag)) && ((!(fg->bol || fg->eol)) && in fastcomp()