Searched refs:OF_SET (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dmisc.c299 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid)
341 /* OF_CMDLINE or OF_SET */
455 if (what == OF_SET && optc == 's') {
H A Dsh.h783 #define OF_SET 0x02 /* set builtin */ macro
787 #define OF_ANY (OF_CMDLINE | OF_SET | OF_SPECIAL | OF_INTERNAL)
H A Dfuncs.c2420 argi = parse_args(wp, OF_SET, &setargs);

Completed in 398 milliseconds