OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEOF
(Results
1 - 7
of
7
) sorted by null
/system/core/sh/
token.h
1
#define
TEOF
0
mktokens
41
TEOF
1 end of file
parser.c
140
if (t ==
TEOF
)
202
case
TEOF
:
487
case
TEOF
:
835
RETURN(
TEOF
);
[
all
...]
/external/mksh/src/
main.c
832
if (t->type ==
TEOF
) {
859
if (t->type !=
TEOF
&& interactive && really_exit)
[
all
...]
syn.c
95
outtree = newtp(
TEOF
);
tree.c
1105
OPEN(
TEOF
)
sh.h
[
all
...]
Completed in 34 milliseconds