Lines Matching defs:OBSTACK
266 # define obstack_object_size(OBSTACK) \ argument
271 # define obstack_room(OBSTACK) \ argument
276 # define obstack_make_room(OBSTACK,length) \ argument
284 # define obstack_empty_p(OBSTACK) \ argument
292 # define obstack_grow(OBSTACK,where,length) \ argument
302 # define obstack_grow0(OBSTACK,where,length) \ argument
313 # define obstack_1grow(OBSTACK,datum) \ argument
325 # define obstack_ptr_grow(OBSTACK,datum) \ argument
332 # define obstack_int_grow(OBSTACK,datum) \ argument
339 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
346 # define obstack_int_grow_fast(OBSTACK,aint) \ argument
353 # define obstack_blank(OBSTACK,length) \ argument
362 # define obstack_alloc(OBSTACK,length) \ argument
368 # define obstack_copy(OBSTACK,where,length) \ argument
374 # define obstack_copy0(OBSTACK,where,length) \ argument
382 # define obstack_finish(OBSTACK) \ argument
397 # define obstack_free(OBSTACK, OBJ) \ argument