Searched defs:obstack (Results 1 – 2 of 2) sorted by relevance
153 struct obstack /* control current object in current chunk */ struct156 struct _obstack_chunk* chunk; /* address of current struct obstack_chunk */ argument162 struct _obstack_chunk *(*chunkfun) (); /* User's fcn to allocate a chunk. */ argument172 /* Declare the external functions we use; they are in obstack.c. */ argument
149 static struct obstack obstack; variable