Searched defs:chunkfun (Results 1 – 1 of 1) sorted by relevance
/external/bison/lib/ |
D | obstack.h | 166 struct _obstack_chunk *(*chunkfun) (void *, long); member 230 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 235 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|