Searched refs:yyprevious (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform30 # define NLSTATE yyprevious=YYNEWLINE
36 int yyprevious = YYNEWLINE;
66 if (yyprevious==YYNEWLINE) yystate++;
201 yyprevious = YYU(*yylastch);
222 yyprevious = yytext[0] = input();
223 if (yyprevious>0)
224 output(yyprevious);
226 yyprevious = yytext[0] = lex_input();
227 if (yyprevious>0)
228 lex_output(yyprevious);
[all...]
H A Dyyless.c40 #pragma weak yyprevious macro
41 extern int yyprevious;
137 yyprevious = *--lastch;
H A Dreject.c105 #pragma weak yyprevious macro
106 extern int yyprevious, *yyfnd;
161 yyprevious = YYTEXT[YYLENG-1];
H A Dnceucform38 # define NLSTATE yyprevious=YYNEWLINE
44 int yyprevious = YYNEWLINE;
74 if (yyprevious==YYNEWLINE) yystate++;
230 yyprevious = YYU(*yylastch);
257 yyprevious = YYTEXT[0] = YYINPUT();
258 if (yyprevious>0)
259 YYOUTPUT(yyprevious);

Completed in 62 milliseconds