Home
last modified time | relevance | path

Searched refs:TEOF (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/bin/sh/
H A Dmktokens47 TEOF 1 end of file
/netbsd-src/bin/ksh/
H A Dtree.h35 #define TEOF 0 macro
H A Dmain.c582 if (t != NULL && t->type == TEOF) {
606 if (t != NULL && t->type != TEOF && interactive && really_exit)
H A Dsyn.c79 outtree = newtp(TEOF); in yyparse()