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 495 bool pflag = false, vflag = false, Vflag = false; local
506 vflag = true;
509 Vflag = true;
526 vflag = Vflag;
531 while ((vflag || rv == 0) && (id = *wp++) != NULL) {
535 if ((iam_whence || vflag) && !pflag)
544 if (vflag || (tp->type != CALIAS && tp->type != CEXEC &&
547 if (vflag)
    [all...]

Completed in 114 milliseconds