Searched refs:_obstack_chunk (Results 1 – 1 of 1) sorted by relevance
144 struct _obstack_chunk /* Lives at front of each chunk. */ struct147 struct _obstack_chunk *prev; /* address of prior chunk or NULL */ argument154 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument167 struct _obstack_chunk *(*chunkfun) (void *, long);168 void (*freefun) (void *, struct _obstack_chunk *);242 ((h) -> chunkfun = (struct _obstack_chunk *(*)(void *, long)) (newchunkfun))245 ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))