_obstack_chunk    117 compat/obstack.c    : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size)))
_obstack_chunk    142 compat/obstack.c   register struct _obstack_chunk *chunk; /* points to new chunk */
_obstack_chunk    163 compat/obstack.c   h->chunkfun = (struct _obstack_chunk * (*)(void *, long)) chunkfun;
_obstack_chunk    164 compat/obstack.c   h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
_obstack_chunk    189 compat/obstack.c   register struct _obstack_chunk *chunk; /* points to new chunk */
_obstack_chunk    210 compat/obstack.c   h->chunkfun = (struct _obstack_chunk * (*)(void *,long)) chunkfun;
_obstack_chunk    211 compat/obstack.c   h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun;
_obstack_chunk    240 compat/obstack.c   register struct _obstack_chunk *old_chunk = h->chunk;
_obstack_chunk    241 compat/obstack.c   register struct _obstack_chunk *new_chunk;
_obstack_chunk    317 compat/obstack.c   register struct _obstack_chunk *lp;	/* below addr of any objects in this chunk */
_obstack_chunk    318 compat/obstack.c   register struct _obstack_chunk *plp;	/* point to previous chunk if any */
_obstack_chunk    340 compat/obstack.c   register struct _obstack_chunk *lp;	/* below addr of any objects in this chunk */
_obstack_chunk    341 compat/obstack.c   register struct _obstack_chunk *plp;	/* point to previous chunk if any */
_obstack_chunk    376 compat/obstack.c   register struct _obstack_chunk* lp;
_obstack_chunk    147 compat/obstack.h   struct _obstack_chunk *prev;	/* address of prior chunk or NULL */
_obstack_chunk    154 compat/obstack.h   struct _obstack_chunk *chunk;	/* address of current struct obstack_chunk */
_obstack_chunk    167 compat/obstack.h   struct _obstack_chunk *(*chunkfun) (void *, long);
_obstack_chunk    168 compat/obstack.h   void (*freefun) (void *, struct _obstack_chunk *);
_obstack_chunk    239 compat/obstack.h   ((h) -> chunkfun = (struct _obstack_chunk *(*)(void *, long)) (newchunkfun))
_obstack_chunk    242 compat/obstack.h   ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun))