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.
906 * of RETURN_TOKEN that performs a string copy of yytext before the
932 memcpy(yylval->str, yytext, yyleng + 1); \
1168 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1240 /* Code executed at the beginning of each rule, after yytext and yyleng
1362 /* Support of yytext. */
1492 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
1495 YY_DO_BEFORE_ACTION; /* set up yytext again */
1560 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
1563 YY_DO_BEFORE_ACTION; /* set up yytext again */
1577 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
1580 YY_DO_BEFORE_ACTION; /* set up yytext again */
1683 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
1685 YY_DO_BEFORE_ACTION; /* set up yytext again */
1717 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
1728 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
1859 RETURN_TOKEN (yytext[0]);
1921 glcpp_error(yylloc, yyextra, "Internal compiler error: Unexpected character: %s", yytext);
2023 * yytext, we can now set up
2288 /* undo effects of setting up yytext */
2389 *yyg->yy_c_buf_p = '\0'; /* preserve yytext */
2813 /* Undo effects of setting up yytext. */ \
2816 yytext[yyleng] = yyg->yy_hold_char; \
2817 yyg->yy_c_buf_p = yytext + yyless_macro_arg; \
2895 return yytext;