Searched defs:obstack_ptr_grow_fast (Results 1 – 1 of 1) sorted by relevance
343 #define obstack_ptr_grow_fast(h,aptr) (*((void **)(h)->next_free)++ = (void *)aptr) macro436 #define obstack_ptr_grow_fast(h,aptr) (*((char **)(h)->next_free)++ = (char *)aptr) macro