Searched defs:qflag (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c111 bool qflag; /* -q: quiet mode (don't output anything) */ variable
530 qflag = true;
706 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1));

Completed in 42 milliseconds