Lines Matching refs:yytext
365 #define yytext yyg->yytext_r
425 /* Undo effects of setting up yytext. */ \
431 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
573 * corresponding action - sets up yytext.
1158 return handle_ident(yyextra, yytext, yylval); \
1177 yytext + len, \
1182 return handle_ident(yyextra, yytext, yylval); \
1424 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1496 /* Code executed at the beginning of each rule, after yytext and yyleng
1560 /* Support of yytext. */
2207 { return handle_ident(yyextra, yytext, yylval); }
2218 yylval->integer = strtol(yytext, NULL, 10);
2226 yylval->real = _mesa_strtof(yytext, NULL);
2232 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
2235 YY_DO_BEFORE_ACTION; /* set up yytext again */
2239 yylval->real = _mesa_strtof(yytext, NULL);
2247 yylval->real = _mesa_strtof(yytext, NULL);
2255 yylval->real = _mesa_strtof(yytext, NULL);
2274 | mask_from_char(yytext[3]);
2302 | mask_from_char(yytext[2]);
2312 | mask_from_char(yytext[2]);
2329 const unsigned s = swiz_from_char(yytext[1]);
2331 yylval->swiz_mask.mask = mask_from_char(yytext[1]);
2339 yylval->swiz_mask.swizzle = MAKE_SWIZZLE4(swiz_from_char(yytext[1]),
2340 swiz_from_char(yytext[2]),
2341 swiz_from_char(yytext[3]),
2342 swiz_from_char(yytext[4]));
2362 | mask_from_char(yytext[3]);
2390 | mask_from_char(yytext[2]);
2400 | mask_from_char(yytext[2]);
2417 const unsigned s = swiz_from_char(yytext[1]);
2419 yylval->swiz_mask.mask = mask_from_char(yytext[1]);
2441 yylval->swiz_mask.swizzle = MAKE_SWIZZLE4(swiz_from_char(yytext[1]),
2442 swiz_from_char(yytext[2]),
2443 swiz_from_char(yytext[3]),
2444 swiz_from_char(yytext[4]));
2472 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
2474 YY_DO_BEFORE_ACTION; /* set up yytext again */
2482 { return yytext[0]; }
2571 * yytext, we can now set up
2836 /* undo effects of setting up yytext */
2937 *yyg->yy_c_buf_p = '\0'; /* preserve yytext */
3320 /* Undo effects of setting up yytext. */ \
3323 yytext[yyleng] = yyg->yy_hold_char; \
3324 yyg->yy_c_buf_p = yytext + yyless_macro_arg; \
3402 return yytext;