Home
last modified time | relevance | path

Searched refs:SEOF (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dlex.c1124 if (source->type == SEOF) { in yylex()
1270 case SEOF: in getsc__()
1293 s->type = SEOF; in getsc__()
1349 s->type = SEOF; in getsc__()
Dmain.c590 if (Flag(FIGNOREEOF) && s->type == SEOF && in shell()
Dsh.h1292 #define SEOF 0 /* input EOF */ macro