Lines Matching defs: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.
937 * of RETURN_TOKEN that performs a string copy of yytext before the
963 memcpy(yylval->str, yytext, yyleng + 1); \
1199 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1271 /* Code executed at the beginning of each rule, after yytext and yyleng
1393 /* Support of yytext. */
1523 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
1526 YY_DO_BEFORE_ACTION; /* set up yytext again */
1599 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
1602 YY_DO_BEFORE_ACTION; /* set up yytext again */
1616 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
1619 YY_DO_BEFORE_ACTION; /* set up yytext again */
1722 *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */
1724 YY_DO_BEFORE_ACTION; /* set up yytext again */
1756 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
1767 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext);
1898 RETURN_TOKEN (yytext[0]);
1967 glcpp_error(yylloc, yyextra, "Internal compiler error: Unexpected character: %s", yytext);
2069 * yytext, we can now set up
2334 /* undo effects of setting up yytext */
2435 *yyg->yy_c_buf_p = '\0'; /* preserve yytext */
2859 /* Undo effects of setting up yytext. */ \
2862 yytext[yyleng] = yyg->yy_hold_char; \
2863 yyg->yy_c_buf_p = yytext + yyless_macro_arg; \
2941 return yytext;