Home
last modified time | relevance | path

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

/titanic_50/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; i++) in yytexttochar()
[all …]