Searched refs:yylast (Results 1 – 1 of 1) sorted by relevance
44 int yylast = -1; variable68 if (yypos < yylast) {94 yylast = yypos;148 yytext[yylast++] = *s;149 yytext[yylast] = '\0';165 if (max > yylast)166 max = yylast;214 if (yylast > yypos) { in yylex()216 sizeof(yytext[0]) * (yylast - yypos + 1)); in yylex()218 yylast -= yypos; in yylex()[all …]