Lines Matching defs:OBSTACK
285 # define obstack_object_size(OBSTACK) \ argument
292 # define obstack_room(OBSTACK) \ argument
297 # define obstack_make_room(OBSTACK, length) \ argument
305 # define obstack_empty_p(OBSTACK) \ argument
313 # define obstack_grow(OBSTACK, where, length) \ argument
323 # define obstack_grow0(OBSTACK, where, length) \ argument
334 # define obstack_1grow(OBSTACK, datum) \ argument
345 # define obstack_ptr_grow(OBSTACK, datum) \ argument
352 # define obstack_int_grow(OBSTACK, datum) \ argument
359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument
367 # define obstack_int_grow_fast(OBSTACK, aint) \ argument
375 # define obstack_blank(OBSTACK, length) \ argument
383 # define obstack_alloc(OBSTACK, length) \ argument
389 # define obstack_copy(OBSTACK, where, length) \ argument
395 # define obstack_copy0(OBSTACK, where, length) \ argument
403 # define obstack_finish(OBSTACK) \ argument
418 # define obstack_free(OBSTACK, OBJ) \ argument