Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dlexer.c43 int yypos = 0; variable
68 if (yypos < yylast) { in yygetc()
69 c = yytext[yypos++]; in yygetc()
75 if (yypos == YYBUFSIZ) in yygetc()
80 yypos++; in yygetc()
93 yytext[yypos++] = c; in yygetc()
94 yylast = yypos; in yygetc()
95 yytext[yypos] = '\0'; in yygetc()
106 yytext[--yypos] = c; in yyunputc()
131 for (i = 0; i < yypos; i++) in yytexttochar()
[all …]