Lines Matching defs:yytext
174 /* Undo effects of setting up yytext. */ \
180 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
269 /* yy_hold_char holds the character lost when yytext is formed. */
336 extern char *yytext;
340 #define yytext_ptr yytext
348 * corresponding action - sets up yytext.
783 char *yytext;
943 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1013 /* Code executed at the beginning of each rule, after yytext and yyleng
1071 /* Support of yytext. */
1525 { return *yytext; }
1530 { return *yytext; }
1535 { return *yytext; }
1660 { char *e, *y = yytext;
1661 yylval.constant = strtoll((const char *)yytext,
1664 lex_error_message("malformed constant (%s)", yytext);
1673 yylval.name = estrdup ((const char *)yytext);
1701 { lex_error_message("Ignoring char(%c)\n", *yytext); }
1790 * yytext, we can now set up
2050 /* undo effects of setting up yytext */
2150 *(yy_c_buf_p) = '\0'; /* preserve yytext */
2522 /* Undo effects of setting up yytext. */ \
2525 yytext[yyleng] = (yy_hold_char); \
2526 (yy_c_buf_p) = yytext + yyless_macro_arg; \
2574 return yytext;