Searched refs:yylast (Results 1 – 1 of 1) sorted by relevance
46 int yylast = -1; variable69 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 …]