Home | History | Annotate | Download | only in src

Lines Matching refs:obstack_sgrow

160       obstack_sgrow (&muscle_obstack, entry->value);
162 obstack_sgrow (&muscle_obstack, separator);
163 obstack_sgrow (&muscle_obstack, val);
183 obstack_sgrow (&muscle_obstack, ")[");
208 obstack_sgrow (&muscle_obstack, "[");
210 obstack_sgrow (&muscle_obstack, ", ");
212 obstack_sgrow (&muscle_obstack, "]");
269 obstack_sgrow (&muscle_obstack, "[[");
275 obstack_sgrow (&muscle_obstack, "]]");
299 obstack_sgrow (&muscle_obstack, "$"); \
304 case '@': obstack_sgrow (&muscle_obstack, "@" ); break; \
305 case '{': obstack_sgrow (&muscle_obstack, "[" ); break; \
306 case '}': obstack_sgrow (&muscle_obstack, "]" ); break; \