Searched refs:OF_CMDLINE (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | misc.c | 127 { NULL, 'c', OF_CMDLINE }, 137 { "interactive",'i', OF_CMDLINE }, 139 { "login", 'l', OF_CMDLINE }, 153 { "restricted", 'r', OF_CMDLINE }, 155 { "stdin", 's', OF_CMDLINE }, /* pseudo non-standard */ 272 if (what != OF_CMDLINE && newval != oldval) in change_flag() 312 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid) in change_flag() 345 if (sh_options[ele].flags & OF_CMDLINE) in parse_args() 355 if (what == OF_CMDLINE) { in parse_args()
|
| H A D | sh.h | 118 #define OF_CMDLINE 0x01 /* command line */ macro 122 #define OF_ANY (OF_CMDLINE | OF_SET | OF_SPECIAL | OF_INTERNAL)
|
| H A D | main.c | 340 argi = parse_args(argv, OF_CMDLINE, NULL); in main()
|