Lines Matching refs:yylast
46 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()
224 if (yylast == yypos) { in yylex()
225 yylast--; in yylex()
284 name = yytexttostr(yypos, yylast); in yylex()
287 yylast = 0; in yylex()
322 yylast = -1; in yylex()
548 if (yylast > 0) { in yylex()
550 sizeof(yytext[0]) * (yylast - yypos + 1)); in yylex()
551 yylast -= yypos; in yylex()
675 yylineNum, n, yystr, yypos, yylast);