Home
last modified time | relevance | path

Searched refs:qflag (Results 1 – 5 of 5) sorted by relevance

/system/core/toolbox/grep/
Dutil.c228 for (first = true, c = 0; c == 0 || !(lflag || qflag); ) { in procfile()
263 if (lflag && !qflag && c != 0) in procfile()
265 if (Lflag && !qflag && c == 0) in procfile()
268 binbehave == BINFILE_BIN && f->binary && !qflag) in procfile()
344 if ((color != NULL && !oflag) || qflag || lflag) in procline()
353 if ((color != NULL && !oflag) || qflag || lflag) in procline()
364 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) { in procline()
Dgrep.h123 qflag, sflag, vflag, wflag, xflag;
Dgrep.c111 bool qflag; /* -q: quiet mode (don't output anything) */ variable
533 qflag = true; in grep_main()
709 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1)); in grep_main()
/system/core/sh/
Dmain.c292 if (qflag) { in read_profile()
299 if (qflag) { in read_profile()
Doptions.h95 #define qflag optlist[15].val macro