Lines Matching defs:yytext
172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
334 extern char *yytext;
338 #define yytext_ptr yytext
346 * corresponding action - sets up yytext.
700 char *yytext;
813 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
883 /* Code executed at the beginning of each rule, after yytext and yyleng
942 /* Support of yytext. */
1362 { (void) sscanf ((char *)yytext, "%d", &yylval.num);
1369 { yylval.ptr = (char *) yytext;
1392 { yylval.ptr = (char *) yytext;
1400 yytext, yylineno); }
1489 * yytext, we can now set up
1749 /* undo effects of setting up yytext */
1849 *(yy_c_buf_p) = '\0'; /* preserve yytext */
2221 /* Undo effects of setting up yytext. */ \
2224 yytext[yyleng] = (yy_hold_char); \
2225 (yy_c_buf_p) = yytext + yyless_macro_arg; \
2273 return yytext;