Home | History | Annotate | Download | only in compiler

Lines Matching defs:yytext

127 		/* Undo effects of setting up yytext. */ \
131 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
210 /* yy_hold_char holds the character lost when yytext is formed. */
270 extern char *yytext;
271 #define yytext_ptr yytext
279 * corresponding action - sets up yytext.
400 char *yytext;
656 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
706 /* Code executed at the beginning of each rule, after yytext and yyleng
759 /* Support of yytext. */
1056 * yytext, we can now set up
1322 /* undo effects of setting up yytext */
1421 *yy_c_buf_p = '\0'; /* preserve yytext */
1770 /* Undo effects of setting up yytext. */ \
1771 yytext[yyleng] = yy_hold_char; \
1772 yy_c_buf_p = yytext + n; \