Home | History | Annotate | Download | only in lib

Lines Matching refs:datum

316 # define obstack_1grow(OBSTACK,datum)					\
321 obstack_1grow_fast (__o, datum); \
328 # define obstack_ptr_grow(OBSTACK,datum) \
333 obstack_ptr_grow_fast (__o, datum); }) \
335 # define obstack_int_grow(OBSTACK,datum) \
340 obstack_int_grow_fast (__o, datum); })
449 # define obstack_1grow(h,datum) \
452 obstack_1grow_fast (h, datum))
454 # define obstack_ptr_grow(h,datum) \
457 obstack_ptr_grow_fast (h, datum))
459 # define obstack_int_grow(h,datum) \
462 obstack_int_grow_fast (h, datum))