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

/system/core/sh/
H A Doptions.h95 #define qflag optlist[15].val macro
/system/core/toolbox/grep/
H A Dgrep.c111 bool qflag; /* -q: quiet mode (don't output anything) */ variable
533 qflag = true;
709 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1));

Completed in 50 milliseconds