Searched refs:LEXEOF (Results 1 – 3 of 3) sorted by relevance
534 while ((c = input()) != LEXEOF) {652 for (i = 1; i < 8 && input() != LEXEOF;660 while ((c = input()) != LEXEOF) {713 while ((c = input()) != LEXEOF) {889 case LEXEOF: /* end of file */903 while ((c = noncommentinput()) != LEXEOF) {
106 #define LEXEOF 0 macro
143 case LEXEOF: /* end of file; last line may not have \n */ in crossref()