Home | History | Annotate | Download | only in lib

Lines Matching refs:datum

320 # define obstack_1grow(OBSTACK,datum)                                   \
325 obstack_1grow_fast (__o, datum); \
332 # define obstack_ptr_grow(OBSTACK,datum) \
337 obstack_ptr_grow_fast (__o, datum); }) \
339 # define obstack_int_grow(OBSTACK,datum) \
344 obstack_int_grow_fast (__o, datum); })
453 # define obstack_1grow(h,datum) \
456 obstack_1grow_fast (h, datum))
458 # define obstack_ptr_grow(h,datum) \
461 obstack_ptr_grow_fast (h, datum))
463 # define obstack_int_grow(h,datum) \
466 obstack_int_grow_fast (h, datum))