OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E_INCL
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
sh.h
701
#define
E_INCL
3 /* including a file via . # */
714
(t) == E_FUNC || (t) ==
E_INCL
)
716
#define STOP_RETURN(t) ((t) == E_FUNC || (t) ==
E_INCL
)
[
all
...]
main.c
693
newenv(
E_INCL
);
909
case
E_INCL
:
[
all
...]
Completed in 341 milliseconds