Searched defs:obstack (Results 1 – 2 of 2) sorted by relevance
150 struct obstack /* control current object in current chunk */ struct153 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument166 struct _obstack_chunk *(*chunkfun) (void *, long); argument167 void (*freefun) (void *, struct _obstack_chunk *); argument179 /* Declare the external functions we use; they are in obstack.c. */ argument
10 obstack_vprintf (struct obstack *obstack, const char *format, va_list args) in obstack_vprintf()
Completed in 3 milliseconds