Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/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;
214 if (yylast > yypos) { in yylex()
216 sizeof(yytext[0]) * (yylast - yypos + 1)); in yylex()
218 yylast -= yypos; in yylex()
[all …]