Searched defs:obstack_1grow_fast (Results 1 – 7 of 7) sorted by relevance
251 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) macro
269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) macro
342 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = achar) macro