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