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.
4310 char *yytext;
4344 #define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
4350 LEXOUT(("v(%s%d) ", yytext, num_args)); \
4611 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
4681 /* Code executed at the beginning of each rule, after yytext and yyleng
4745 /* Support of yytext. */
4807 LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
6703 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6719 yytext[yyleng - 1] = '\0';
6720 yylval.str = strdup(yytext);
6743 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6759 yytext[yyleng - 1] = '\0';
6760 yylval.str = strdup(yytext);
6771 LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
6800 LEXOUT(("Iunquotedstr(%s) ", yytext));
6801 config_start_include_glob(yytext, 0);
6815 { LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
6829 yytext[yyleng - 1] = '\0';
6830 config_start_include_glob(yytext, 0);
6855 LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include_toplevel);
6885 LEXOUT(("ITunquotedstr(%s) ", yytext));
6886 config_start_include_glob(yytext, 1);
6901 { LEXOUT(("ITSTR(%s) ", yytext)); yymore(); }
6917 yytext[yyleng - 1] = '\0';
6918 config_start_include_glob(yytext, 1);
6926 { LEXOUT(("unquotedstr(%s) ", yytext));
6928 yylval.str = strdup(yytext); return STRING_ARG; }
6934 ub_c_error_msg("unknown keyword '%s'", yytext);
6941 ub_c_error_msg("stray '%s'", yytext);
7029 * yytext, we can now set up
7352 *(yy_c_buf_p) = '\0'; /* preserve yytext */
7724 /* Undo effects of setting up yytext. */ \
7727 yytext[yyleng] = (yy_hold_char); \
7728 (yy_c_buf_p) = yytext + yyless_macro_arg; \
7776 return yytext;