Lines Matching defs:OBSTACK
270 # define obstack_object_size(OBSTACK) \ argument
275 # define obstack_room(OBSTACK) \ argument
280 # define obstack_make_room(OBSTACK, length) \ argument
288 # define obstack_empty_p(OBSTACK) \ argument
296 # define obstack_grow(OBSTACK, where, length) \ argument
306 # define obstack_grow0(OBSTACK, where, length) \ argument
317 # define obstack_1grow(OBSTACK, datum) \ argument
329 # define obstack_ptr_grow(OBSTACK, datum) \ argument
336 # define obstack_int_grow(OBSTACK, datum) \ argument
343 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
351 # define obstack_int_grow_fast(OBSTACK, aint) \ argument
359 # define obstack_blank(OBSTACK, length) \ argument
368 # define obstack_alloc(OBSTACK, length) \ argument
374 # define obstack_copy(OBSTACK, where, length) \ argument
380 # define obstack_copy0(OBSTACK, where, length) \ argument
388 # define obstack_finish(OBSTACK) \ argument
403 # define obstack_free(OBSTACK, OBJ) \ argument