Lines Matching refs:temporary_obstack
45 static struct obstack temporary_obstack; variable
65 obstack_1grow (&temporary_obstack, c); in extract_string()
75 obstack_1grow (&temporary_obstack, c); in extract_string()
78 obstack_1grow (&temporary_obstack, '\0'); in extract_string()
80 return (char *) obstack_finish (&temporary_obstack); in extract_string()
147 obstack_1grow (&temporary_obstack, c); in afgets()
148 if (obstack_object_size (&temporary_obstack) == 0) in afgets()
150 obstack_1grow (&temporary_obstack, '\0'); in afgets()
151 return (char *) obstack_finish (&temporary_obstack); in afgets()
170 gcc_obstack_init (&temporary_obstack); in init_repo()
205 obstack_free (&temporary_obstack, buf); in init_repo()