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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c46 int yylast = -1; variable
69 if (yypos < yylast) {
95 yylast = yypos;
149 yytext[yylast++] = *s;
150 yytext[yylast] = '\0';
166 if (max > yylast)
167 max = yylast;
210 if (yylast > yypos) {
212 sizeof(yytext[0]) * (yylast - yypos + 1));
214 yylast
[all...]

Completed in 55 milliseconds