OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E_FUNC
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
sh.h
700
#define
E_FUNC
2 /* executing function # */
714
(t) ==
E_FUNC
|| (t) == E_INCL)
716
#define STOP_RETURN(t) ((t) ==
E_FUNC
|| (t) == E_INCL)
[
all
...]
eval.c
[
all
...]
exec.c
749
e->type =
E_FUNC
;
[
all
...]
main.c
908
case
E_FUNC
:
[
all
...]
Completed in 32 milliseconds