HomeSort by relevance Sort by last modified time
    Searched refs:Vflag (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
options.h 81 #define vflag optlist[8].val macro
83 #define Vflag optlist[9].val
histedit.c 88 #define editing (Eflag || Vflag)
148 if (Vflag)
  /external/mksh/src/
funcs.c 476 bool pflag = false, vflag = false, Vflag = false; local
487 vflag = true;
490 Vflag = true;
507 vflag = Vflag;
512 while ((vflag || rv == 0) && (id = *wp++) != NULL) {
516 if ((iam_whence || vflag) && !pflag)
525 if (vflag || (tp->type != CALIAS && tp->type != CEXEC &&
528 if (vflag)
    [all...]

Completed in 161 milliseconds