Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/tools/
H A Dlexer.c46 int yylast = -1; variable
69 if (yypos < yylast) {
95 yylast = yypos;
149 yytext[yylast++] = *s;
150 yytext[yylast] = '\0';
166 if (max > yylast)
167 max = yylast;
211 if (yylast > yypos) { in yylex()
213 sizeof(yytext[0]) * (yylast - yypos + 1)); in yylex()
215 yylast -= yypos; in yylex()
[all …]