Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Dscanner.l48 #define noncommentinput() \ macro
864 while ((c = yytext[yyleng++] = noncommentinput()) != terminator) {
867 if ((yytext[yyleng++] = noncommentinput()) == '\n') {
903 while ((c = noncommentinput()) != LEXEOF) {