obstack 103 compat/obstack.c struct obstack *_obstack_compat; obstack 137 compat/obstack.c _obstack_begin (struct obstack *h, obstack 184 compat/obstack.c _obstack_begin_1 (struct obstack *h, int size, int alignment, obstack 238 compat/obstack.c _obstack_newchunk (struct obstack *h, int length) obstack 312 compat/obstack.c int _obstack_allocated_p (struct obstack *h, void *obj); obstack 315 compat/obstack.c _obstack_allocated_p (struct obstack *h, void *obj) obstack 338 compat/obstack.c obstack_free (struct obstack *h, void *obj) obstack 374 compat/obstack.c _obstack_memory_used (struct obstack *h) obstack 182 compat/obstack.h extern void _obstack_newchunk (struct obstack *, int); obstack 183 compat/obstack.h extern int _obstack_begin (struct obstack *, int, int, obstack 185 compat/obstack.h extern int _obstack_begin_1 (struct obstack *, int, int, obstack 188 compat/obstack.h extern int _obstack_memory_used (struct obstack *); obstack 190 compat/obstack.h void obstack_free (struct obstack *, void *); obstack 265 compat/obstack.h ({ struct obstack const *__o = (OBSTACK); \ obstack 270 compat/obstack.h ({ struct obstack const *__o = (OBSTACK); \ obstack 275 compat/obstack.h ({ struct obstack *__o = (OBSTACK); \ obstack 283 compat/obstack.h ({ struct obstack const *__o = (OBSTACK); \ obstack 291 compat/obstack.h ({ struct obstack *__o = (OBSTACK); \ obstack 301 compat/obstack.h ({ struct obstack *__o = (OBSTACK); \ obstack 312 compat/obstack.h ({ struct obstack *__o = (OBSTACK); \ obstack 324 compat/obstack.h ({ struct obstack *__o = (OBSTACK); \ obstack 331 compat/obstack.h ({ struct obstack *__o = (OBSTACK); \ obstack 338 compat/obstack.h ({ struct obstack *__o1 = (OBSTACK); \ obstack 345 compat/obstack.h ({ struct obstack *__o1 = (OBSTACK); \ obstack 352 compat/obstack.h ({ struct obstack *__o = (OBSTACK); \ obstack 361 compat/obstack.h ({ struct obstack *__h = (OBSTACK); \ obstack 367 compat/obstack.h ({ struct obstack *__h = (OBSTACK); \ obstack 373 compat/obstack.h ({ struct obstack *__h = (OBSTACK); \ obstack 381 compat/obstack.h ({ struct obstack *__o1 = (OBSTACK); \ obstack 396 compat/obstack.h ({ struct obstack *__o = (OBSTACK); \ obstack 74 kwset.c struct obstack obstack; /* Obstack for node allocation. */ obstack 95 kwset.c obstack_init(&kwset->obstack); obstack 98 kwset.c = (struct trie *) obstack_alloc(&kwset->obstack, sizeof (struct trie)); obstack 169 kwset.c link = (struct tree *) obstack_alloc(&kwset->obstack, obstack 175 kwset.c link->trie = (struct trie *) obstack_alloc(&kwset->obstack, obstack 179 kwset.c obstack_free(&kwset->obstack, link); obstack 401 kwset.c kwset->target = obstack_alloc(&kwset->obstack, kwset->mind); obstack 769 kwset.c obstack_free(&kwset->obstack, NULL);