Home
last modified time | relevance | path

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

/third_party/mksh/
Dlex.c1088 if (source->type == SEOF) { in yylex()
1260 case SEOF: in getsc_uu()
1284 s->type = SEOF; in getsc_uu()
1344 s->type = SEOF; in getsc_uu()
Dmain.c895 if (Flag(FIGNOREEOF) && s->type == SEOF && wastty) in shell()
Dsh.h2215 #define SEOF 0 /* input EOF */ macro