Searched defs:OBSTACK (Results 1 – 1 of 1) sorted by relevance
265 # define obstack_object_size(OBSTACK) \ argument270 # define obstack_room(OBSTACK) \ argument275 # define obstack_make_room(OBSTACK,length) \ argument283 # define obstack_empty_p(OBSTACK) \ argument291 # define obstack_grow(OBSTACK,where,length) \ argument301 # define obstack_grow0(OBSTACK,where,length) \ argument312 # define obstack_1grow(OBSTACK,datum) \ argument324 # define obstack_ptr_grow(OBSTACK,datum) \ argument331 # define obstack_int_grow(OBSTACK,datum) \ argument338 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument[all …]