bin/ksh/main.c
340
argi = parse_args(argv, OF_CMDLINE, NULL);
bin/ksh/misc.c
127
{ NULL, 'c', OF_CMDLINE },
bin/ksh/misc.c
137
{ "interactive",'i', OF_CMDLINE },
bin/ksh/misc.c
139
{ "login", 'l', OF_CMDLINE },
bin/ksh/misc.c
153
{ "restricted", 'r', OF_CMDLINE },
bin/ksh/misc.c
155
{ "stdin", 's', OF_CMDLINE }, /* pseudo non-standard */
bin/ksh/misc.c
272
if (what != OF_CMDLINE && newval != oldval)
bin/ksh/misc.c
312
if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid)
bin/ksh/misc.c
345
if (sh_options[ele].flags & OF_CMDLINE)
bin/ksh/misc.c
355
if (what == OF_CMDLINE) {
bin/ksh/sh.h
122
#define OF_ANY (OF_CMDLINE | OF_SET | OF_SPECIAL | OF_INTERNAL)