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

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.c43 int yypos = 0; variable
68 if (yypos < yylast) {
69 c = yytext[yypos++];
75 if (yypos == YYBUFSIZ)
80 yypos++;
93 yytext[yypos++] = c;
94 yylast = yypos;
95 yytext[yypos] = '\0';
106 yytext[--yypos] = c;
130 for (i = 0; i < yypos;
[all...]

Completed in 66 milliseconds