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

/freebsd-13-stable/contrib/ipfilter/tools/
H A Dlexer.c44 int yylast = -1; variable
68 if (yypos < yylast) {
94 yylast = yypos;
148 yytext[yylast++] = *s;
149 yytext[yylast] = '\0';
165 if (max > yylast)
166 max = yylast;
212 if (yylast > yypos) {
214 sizeof(yytext[0]) * (yylast - yypos + 1));
216 yylast
[all...]

Completed in 94 milliseconds