Searched refs:OBSTACK (Results 1 – 1 of 1) sorted by relevance
285 # define obstack_object_size(OBSTACK) \ argument287 ({ struct obstack const *__o = (OBSTACK); \292 # define obstack_room(OBSTACK) \ argument294 ({ struct obstack const *__o1 = (OBSTACK); \297 # define obstack_make_room(OBSTACK, length) \ argument299 ({ struct obstack *__o = (OBSTACK); \305 # define obstack_empty_p(OBSTACK) \ argument307 ({ struct obstack const *__o = (OBSTACK); \313 # define obstack_grow(OBSTACK, where, length) \ argument315 ({ struct obstack *__o = (OBSTACK); \[all …]