Home | History | Annotate | Download | only in src

Lines Matching refs:obstack_for_string

189     obstack_escape (&obstack_for_string, yytext);
193 obstack_escape (&obstack_for_string, yytext);
204 obstack_sgrow (&obstack_for_string, ref_tail_fields);
211 obstack_sgrow (&obstack_for_string, ref_tail_fields);
233 obstack_1grow (&obstack_for_string, ';');
270 obstack_sgrow (&obstack_for_string, "]b4_dollar_dollar(");
271 obstack_quote (&obstack_for_string, type_name);
272 obstack_sgrow (&obstack_for_string, ")[");
276 obstack_sgrow (&obstack_for_string, "]b4_at_dollar[");
285 [$@\[\]] obstack_escape (&obstack_for_string, yytext);
711 | Output to OBSTACK_FOR_STRING a reference to this semantic value. |
771 obstack_sgrow (&obstack_for_string, "]b4_lhs_value(");
772 obstack_quote (&obstack_for_string, type_name);
773 obstack_sgrow (&obstack_for_string, ")[");
792 obstack_printf (&obstack_for_string,
794 obstack_quote (&obstack_for_string, type_name);
795 obstack_sgrow (&obstack_for_string, ")[");
806 | OBSTACK_FOR_STRING a reference to this location. |
838 obstack_sgrow (&obstack_for_string, "]b4_lhs_location[");
842 obstack_printf (&obstack_for_string, "]b4_rhs_location(%d, %d)[",
863 obstack_init (&obstack_for_string);
953 obstack_free (&obstack_for_string, 0);