Lines Matching defs:yytext
186 /* Undo effects of setting up yytext. */ \
192 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
284 /* yy_hold_char holds the character lost when yytext is formed. */
357 extern char *yytext;
358 #define yytext_ptr yytext
366 * corresponding action - sets up yytext.
483 char *yytext;
629 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
699 /* Code executed at the beginning of each rule, after yytext and yyleng
757 /* Support of yytext. */
850 { return yytext[0]; }
896 yylval.str = yytext;
906 if (strcmp (yytext, calc_keywords[i].name) == 0)
909 if (yytext[0] >= 'a' && yytext[0] <= 'z' && yytext[1] == '\0')
911 yylval.var = yytext[0] - 'a';
1010 * yytext, we can now set up
1264 /* undo effects of setting up yytext */
1363 *(yy_c_buf_p) = '\0'; /* preserve yytext */
1735 /* Undo effects of setting up yytext. */ \
1738 yytext[yyleng] = (yy_hold_char); \
1739 (yy_c_buf_p) = yytext + yyless_macro_arg; \
1787 return yytext;