Home | History | Annotate | Download | only in src

Lines Matching full:code_text

26 #define yytext code_text
243 /* Undo effects of setting up code_text. */ \
249 YY_DO_BEFORE_ACTION; /* set up code_text again */ \
359 /* yy_hold_char holds the character lost when code_text is formed. */
425 /* %% [1.0] code_text/code_in/code_out/yy_state_type/code_lineno etc. def's & init go here */
443 extern char *code_text;
444 #define yytext_ptr code_text
456 * corresponding action - sets up code_text.
460 /* %% [2.0] code to fiddle code_text and code_leng for yymore() goes here \ */\
464 /* %% [3.0] code to copy yytext_ptr to code_text[] goes here, if %array \ */\
653 char *code_text;
698 #define YY_USER_ACTION location_compute (loc, &loc->end, code_text, code_leng);
858 #define ECHO do { if (fwrite( code_text, code_leng, 1, code_out )) {} } while (0)
953 /* Code executed at the beginning of each rule, after code_text and code_leng
1058 /* Support of code_text. */
1107 (long)yy_rule_linenum[yy_act], code_text );
1110 code_text );
1222 warn_at (*loc, _("stray '%s'"), code_text);
1223 obstack_escape (&obstack_for_string, code_text);
1231 obstack_escape (&obstack_for_string, code_text);
1243 handle_action_dollar (self->rule, code_text, *loc);
1254 handle_action_at (self->rule, code_text, *loc);
1353 fetch_type_name (code_text + 1, &type_name, *loc)[-1] = 0;
1375 obstack_escape (&obstack_for_string, code_text);
1483 * code_text, we can now set up
1830 *(yy_c_buf_p) = '\0'; /* preserve code_text */
2267 /* Undo effects of setting up code_text. */ \
2270 code_text[code_leng] = (yy_hold_char); \
2271 (yy_c_buf_p) = code_text + yyless_macro_arg; \
2323 return code_text;