Home
last modified time | relevance | path

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

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