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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c45 int yypos = 0; variable
69 if (yypos < yylast) {
70 c = yytext[yypos++];
76 if (yypos == YYBUFSIZ)
81 yypos++;
94 yytext[yypos++] = c;
95 yylast = yypos;
96 yytext[yypos] = '\0';
107 yytext[--yypos] = c;
131 for (i = 0; i < yypos;
[all...]

Completed in 59 milliseconds