Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dlex_var.h38 #ifdef lex_input
39 # undef lex_input
40 # define lex_input() (((pos >= string_start) && (pos < string_end)) ? \ macro
/titanic_41/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l42 #undef lex_input
43 #define lex_input()(*gParserString++) macro
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dncform80 *yylastch++ = yych = lex_input();
226 yyprevious = yytext[0] = lex_input();
260 return(lex_input());
H A Dnceucform300 *p++=lex_input();
302 while(--n>0) *p++=lex_input();
405 return(lex_input());