Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c345 if ((color != NULL && !oflag) || qflag || lflag) in procline()
354 if ((color != NULL && !oflag) || qflag || lflag) in procline()
473 if ((oflag || color) && m > 0) { in printline()
475 if (!oflag) in printline()
488 if (oflag) in printline()
491 if (!oflag) { in printline()
Dgrep.h118 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
Dgrep.c110 bool oflag; /* -o: print only matching part */ variable
532 oflag = true; in main()
Dfastgrep.c158 !oflag && !color) { in fastcomp()