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.
447 char *yytext;
598 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
668 /* Code executed at the beginning of each rule, after yytext and yyleng
726 /* Support of yytext. */
781 yylval.string = strdup ((const char *)yytext);
804 { return *yytext; }
898 * yytext, we can now set up
1221 *(yy_c_buf_p) = '\0'; /* preserve yytext */
1593 /* Undo effects of setting up yytext. */ \
1596 yytext[yyleng] = (yy_hold_char); \
1597 (yy_c_buf_p) = yytext + yyless_macro_arg; \
1645 return yytext;