HomeSort by: relevance | last modified time | path
    Searched refs:OF_CMDLINE (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
misc.c 145 { (char *) 0, 'c', OF_CMDLINE },
155 { "interactive",'i', OF_CMDLINE },
157 { "login", 'l', OF_CMDLINE },
176 { "restricted", 'r', OF_CMDLINE },
177 { "stdin", 's', OF_CMDLINE }, /* pseudo non-standard */
297 if (what != OF_CMDLINE && newval != oldval)
336 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid)
347 int what; /* OF_CMDLINE or OF_SET */
369 if (goptions[i].flags & OF_CMDLINE)
379 if (what == OF_CMDLINE) {
    [all...]
sh.h 258 #define OF_CMDLINE 0x01 /* command line */
262 #define OF_ANY (OF_CMDLINE | OF_SET | OF_SPECIAL | OF_INTERNAL)
main.c 283 argi = parse_args(argv, OF_CMDLINE, (int *) 0);

Completed in 13 milliseconds