Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/cscope-fast/
H A Dscanner.l534 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) {
H A Dconstants.h106 #define LEXEOF 0 macro
H A Dcrossref.c143 case LEXEOF: /* end of file; last line may not have \n */ in crossref()