Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l46 #define noncommentinput() \ macro
862 while ((c = yytext[yyleng++] = noncommentinput()) != terminator) {
865 if ((yytext[yyleng++] = noncommentinput()) == '\n') {
901 while ((c = noncommentinput()) != LEXEOF) {