Home
last modified time | relevance | path

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

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