Lines Matching refs:yytext
219 /* Undo effects of setting up yytext. */ \
225 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
340 /* yy_hold_char holds the character lost when yytext is formed. */
406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
424 extern char *yytext;
425 #define yytext_ptr yytext
437 * corresponding action - sets up yytext.
441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
445 /* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
628 char *yytext;
787 #define ECHO fwrite( yytext, yyleng, 1, yyout )
882 /* Code executed at the beginning of each rule, after yytext and yyleng
898 (yytext[yyleng - 1] == '\n'); \
958 /* Support of yytext. */
1012 (long)yy_rule_linenum[yy_act], yytext );
1015 yytext );
1101 return yytext[0];
1191 * yytext, we can now set up
1475 /* undo effects of setting up yytext */
1582 *(yy_c_buf_p) = '\0'; /* preserve yytext */
2031 /* Undo effects of setting up yytext. */ \
2034 yytext[yyleng] = (yy_hold_char); \
2035 (yy_c_buf_p) = yytext + yyless_macro_arg; \
2087 return yytext;
2275 #define APP _APP(yytext, yyleng)
2317 file = strchr(yytext, '\"')+1;
2321 cur_line = atoi(yytext+2);
2334 const struct resword *r = is_reserved_word(yytext, yyleng);
2361 if (find_symbol(yytext, SYM_TYPEDEF, 1))
2520 if (token == IDENT && yyleng == 1 && yytext[0] == 'X')