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

/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dlexer.c43 int yypos = 0; variable
67 if (yypos < yylast) {
68 c = yytext[yypos++];
74 if (yypos == YYBUFSIZ)
79 yypos++;
92 yytext[yypos++] = c;
93 yylast = yypos;
94 yytext[yypos] = '\0';
105 yytext[--yypos] = c;
129 for (i = 0; i < yypos;
[all...]

Completed in 91 milliseconds