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

/system/core/toolbox/upstream-netbsd/bin/cat/
H A Dcat.c64 static int bflag, eflag, fflag, lflag, nflag, sflag, tflag, vflag; variable
89 bflag = nflag = 1; /* -b implies -n */
133 if (bflag || eflag || nflag || sflag || tflag || vflag)
180 if (!gobble && nflag && !bflag)
189 if (!bflag) {
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c102 bool bflag; /* -b: show block numbers for each match */ variable
438 bflag = true;

Completed in 40 milliseconds