Searched defs:vflag (Results 1 - 4 of 4) sorted by last modified time

/system/core/sh/
H A Doptions.h81 #define vflag optlist[8].val macro
/system/core/toolbox/
H A Dcat.c48 static int bflag, eflag, fflag, lflag, nflag, sflag, tflag, vflag; variable
101 } else if (vflag) {
241 eflag = vflag = 1; /* -e implies -v */
256 tflag = vflag = 1; /* -t implies -v */
259 vflag = 1;
281 if (bflag || eflag || nflag || sflag || tflag || vflag)
/system/core/toolbox/cp/
H A Dcp.c90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
163 vflag = 1;
543 if (vflag && !this_failed)
/system/core/toolbox/grep/
H A Dgrep.c113 bool vflag; /* -v: only show non-matching lines */ variable
557 vflag = true;

Completed in 121 milliseconds