Searched defs:nflag (Results 1 - 5 of 5) sorted by path

/system/core/sh/bltin/
H A Decho.c65 int nflag = 0; local
74 nflag = 1;
113 if (! nflag)
/system/core/sh/
H A Doptions.h75 #define nflag optlist[5].val macro
/system/core/toolbox/
H A Dcat.c48 static int bflag, eflag, fflag, lflag, nflag, sflag, tflag, vflag; variable
68 if (nflag) {
83 } else if (nflag) {
238 bflag = nflag = 1; /* -b implies -n */
250 nflag = 1;
281 if (bflag || eflag || nflag || sflag || tflag || vflag)
H A Ddu.c79 int Hflag, Lflag, aflag, ch, cflag, dflag, gkmflag, nflag, rval, sflag; local
/system/core/toolbox/grep/
H A Dgrep.c109 bool nflag; /* -n: show line numbers in front of matching lines */ variable
521 nflag = true;

Completed in 43 milliseconds