OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OF_SET
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
misc.c
285
if ((what == OF_CMDLINE || what ==
OF_SET
) && procpid == kshpid)
296
/* OF_CMDLINE or
OF_SET
*/
332
if (options[i].flags &
OF_SET
)
418
if (what ==
OF_SET
&& optc == 's') {
[
all
...]
sh.h
760
#define
OF_SET
0x02 /* set builtin */
764
#define OF_ANY (OF_CMDLINE |
OF_SET
| OF_SPECIAL | OF_INTERNAL)
[
all
...]
funcs.c
[
all
...]
Completed in 29 milliseconds