Searched refs:OBSTACK (Results 1 – 1 of 1) sorted by relevance
266 # define obstack_object_size(OBSTACK) \ argument268 ({ struct obstack const *__o = (OBSTACK); \271 # define obstack_room(OBSTACK) \ argument273 ({ struct obstack const *__o = (OBSTACK); \276 # define obstack_make_room(OBSTACK,length) \ argument278 ({ struct obstack *__o = (OBSTACK); \284 # define obstack_empty_p(OBSTACK) \ argument286 ({ struct obstack const *__o = (OBSTACK); \292 # define obstack_grow(OBSTACK,where,length) \ argument294 ({ struct obstack *__o = (OBSTACK); \[all …]