Searched defs:OBSTACK (Results 1 – 1 of 1) sorted by relevance
269 # define obstack_object_size(OBSTACK) \ argument274 # define obstack_room(OBSTACK) \ argument279 # define obstack_make_room(OBSTACK,length) \ argument287 # define obstack_empty_p(OBSTACK) \ argument295 # define obstack_grow(OBSTACK,where,length) \ argument305 # define obstack_grow0(OBSTACK,where,length) \ argument316 # define obstack_1grow(OBSTACK,datum) \ argument328 # define obstack_ptr_grow(OBSTACK,datum) \ argument335 # define obstack_int_grow(OBSTACK,datum) \ argument342 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument[all …]