Lines Matching refs:yylast
46 int yylast = -1;
69 if (yypos < yylast) {
95 yylast = yypos;
149 yytext[yylast++] = *s;
150 yytext[yylast] = '\0';
166 if (max > yylast)
167 max = yylast;
210 if (yylast > yypos) {
212 sizeof(yytext[0]) * (yylast - yypos + 1));
214 yylast -= yypos;
223 if (yylast == yypos) {
224 yylast--;
283 name = yytexttostr(yypos, yylast);
286 yylast = 0;
321 yylast = -1;
547 if (yylast > 0) {
549 sizeof(yytext[0]) * (yylast - yypos + 1));
550 yylast -= yypos;
674 yylineNum, n, yystr, yypos, yylast);