Searched refs:LEXEOF (Results 1 – 3 of 3) sorted by relevance
532 while ((c = input()) != LEXEOF) {650 for (i = 1; i < 8 && input() != LEXEOF;658 while ((c = input()) != LEXEOF) {711 while ((c = input()) != LEXEOF) {887 case LEXEOF: /* end of file */901 while ((c = noncommentinput()) != LEXEOF) {
104 #define LEXEOF 0 macro
141 case LEXEOF: /* end of file; last line may not have \n */ in crossref()