Searched refs:OBSTACK (Results 1 – 1 of 1) sorted by relevance
265 # define obstack_object_size(OBSTACK) \ argument267 ({ struct obstack const *__o = (OBSTACK); \270 # define obstack_room(OBSTACK) \ argument272 ({ struct obstack const *__o = (OBSTACK); \275 # define obstack_make_room(OBSTACK,length) \ argument277 ({ struct obstack *__o = (OBSTACK); \283 # define obstack_empty_p(OBSTACK) \ argument285 ({ struct obstack const *__o = (OBSTACK); \291 # define obstack_grow(OBSTACK,where,length) \ argument293 ({ struct obstack *__o = (OBSTACK); \[all …]