Searched defs:obstack (Results 1 – 1 of 1) sorted by relevance
153 struct obstack /* control current object in current chunk */ struct156 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument169 struct _obstack_chunk *(*chunkfun) (void *, long); argument170 void (*freefun) (void *, struct _obstack_chunk *); argument182 /* Declare the external functions we use; they are in obstack.c. */ argument
Completed in 17 milliseconds