Home | History | Annotate | Download | only in src

Lines Matching refs:obstack_for_string

1802     obstack_grow (&obstack_for_string, gram_text + 1, gram_leng - 2);
2140 obstack_1grow (&obstack_for_string, c);
2153 obstack_1grow (&obstack_for_string, c);
2159 obstack_1grow (&obstack_for_string, '\a');
2164 obstack_1grow (&obstack_for_string, '\b');
2169 obstack_1grow (&obstack_for_string, '\f');
2174 obstack_1grow (&obstack_for_string, '\n');
2179 obstack_1grow (&obstack_for_string, '\r');
2184 obstack_1grow (&obstack_for_string, '\t');
2189 obstack_1grow (&obstack_for_string, '\v');
2195 obstack_1grow (&obstack_for_string, gram_text[1]);
2206 obstack_1grow (&obstack_for_string, c);
2341 obstack_1grow (&obstack_for_string, '}');
3723 obstack_init (&obstack_for_string);
3734 obstack_free (&obstack_for_string, 0);