Home | History | Annotate | Download | only in include

Lines Matching refs:datum

317 # define obstack_1grow(OBSTACK,datum)					\
322 obstack_1grow_fast (__o, datum); \
329 # define obstack_ptr_grow(OBSTACK,datum) \
334 obstack_ptr_grow_fast (__o, datum); }) \
336 # define obstack_int_grow(OBSTACK,datum) \
341 obstack_int_grow_fast (__o, datum); })
450 # define obstack_1grow(h,datum) \
453 obstack_1grow_fast (h, datum))
455 # define obstack_ptr_grow(h,datum) \
458 obstack_ptr_grow_fast (h, datum))
460 # define obstack_int_grow(h,datum) \
463 obstack_int_grow_fast (h, datum))