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 747 bool pflag = false, vflag = false, Vflag = false; local
758 vflag = true;
761 Vflag = true;
777 vflag = Vflag;
782 while ((vflag || rv == 0) && (id = *wp++) != NULL) {
786 if ((iam_whence || vflag) && !pflag)
795 if (vflag || (tp->type != CALIAS && tp->type != CEXEC &&
800 if (vflag)
    [all...]

Completed in 187 milliseconds