Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1080 if (source->type == SEOF) { in yylex()
1255 case SEOF: in getsc_uu()
1279 s->type = SEOF; in getsc_uu()
1339 s->type = SEOF; in getsc_uu()
Dmain.c783 if (Flag(FIGNOREEOF) && s->type == SEOF && wastty) in shell()
Dsh.h1516 #define SEOF 0 /* input EOF */ macro