Home | History | Annotate | Download | only in bootstrap

Lines Matching defs:yytext

175 		/* Undo effects of setting up yytext. */ \
181 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
277 /* yy_hold_char holds the character lost when yytext is formed. */
350 extern char *yytext;
351 #define yytext_ptr yytext
359 * corresponding action - sets up yytext.
474 char *yytext;
604 #define ECHO fwrite( yytext, yyleng, 1, yyout )
674 /* Code executed at the beginning of each rule, after yytext and yyleng
731 /* Support of yytext. */
846 { return yytext[0]; }
935 * yytext, we can now set up
1190 /* undo effects of setting up yytext */
1290 *(yy_c_buf_p) = '\0'; /* preserve yytext */
1666 /* Undo effects of setting up yytext. */ \
1669 yytext[yyleng] = (yy_hold_char); \
1670 (yy_c_buf_p) = yytext + yyless_macro_arg; \
1718 return yytext;
1865 l = strtol(yytext, NULL, 0);
1868 fprintf(stderr, "m4: numeric overflow in expr: %s\n", yytext);
1881 base = strtol(yytext+2, &next, 0);
1883 fprintf(stderr, "m4: error in number %s\n", yytext);