Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ipfilter/tools/
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; i++) in yytexttochar()
[all …]