Searched refs:Lflag (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h117 extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
H A Dgrep.c101 bool Lflag; /* -L: only show names of files with no matches */ variable
499 Lflag = true;
502 Lflag = false;
H A Dutil.c266 if (Lflag && !qflag && c == 0)
268 if (c && !cflag && !lflag && !Lflag &&
365 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) {

Completed in 26 milliseconds