OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OF_FIRSTTIME
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
misc.c
352
} else if (what ==
OF_FIRSTTIME
) {
361
if (what ==
OF_FIRSTTIME
)
368
if (what ==
OF_FIRSTTIME
)
400
if (what !=
OF_FIRSTTIME
)
415
if (what ==
OF_FIRSTTIME
)
[
all
...]
main.c
250
argi = parse_args(argv,
OF_FIRSTTIME
, NULL);
257
change_flag(FSH,
OF_FIRSTTIME
, true);
[
all
...]
sh.h
763
#define
OF_FIRSTTIME
0x10 /* as early as possible, once */
[
all
...]
Completed in 29 milliseconds