Lines Matching refs: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.
4411 char *yytext;
4445 #define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
4451 LEXOUT(("v(%s%d) ", yytext, num_args)); \
4712 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
4782 /* Code executed at the beginning of each rule, after yytext and yyleng
4846 /* Support of yytext. */
4908 LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
6849 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6865 yytext[yyleng - 1] = '\0';
6866 yylval.str = strdup(yytext);
6889 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6905 yytext[yyleng - 1] = '\0';
6906 yylval.str = strdup(yytext);
6917 LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
6946 LEXOUT(("Iunquotedstr(%s) ", yytext));
6947 config_start_include_glob(yytext, 0);
6961 { LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
6975 yytext[yyleng - 1] = '\0';
6976 config_start_include_glob(yytext, 0);
7001 LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include_toplevel);
7031 LEXOUT(("ITunquotedstr(%s) ", yytext));
7032 config_start_include_glob(yytext, 1);
7047 { LEXOUT(("ITSTR(%s) ", yytext)); yymore(); }
7063 yytext[yyleng - 1] = '\0';
7064 config_start_include_glob(yytext, 1);
7072 { LEXOUT(("unquotedstr(%s) ", yytext));
7074 yylval.str = strdup(yytext); return STRING_ARG; }
7080 ub_c_error_msg("unknown keyword '%s'", yytext);
7087 ub_c_error_msg("stray '%s'", yytext);
7175 * yytext, we can now set up
7498 *(yy_c_buf_p) = '\0'; /* preserve yytext */
7870 /* Undo effects of setting up yytext. */ \
7873 yytext[yyleng] = (yy_hold_char); \
7874 (yy_c_buf_p) = yytext + yyless_macro_arg; \
7922 return yytext;