Home
last modified time | relevance | path

Searched defs:OBSTACK (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dobstack.h265 # define obstack_object_size(OBSTACK) \ argument
270 # define obstack_room(OBSTACK) \ argument
275 # define obstack_make_room(OBSTACK,length) \ argument
283 # define obstack_empty_p(OBSTACK) \ argument
291 # define obstack_grow(OBSTACK,where,length) \ argument
301 # define obstack_grow0(OBSTACK,where,length) \ argument
312 # define obstack_1grow(OBSTACK,datum) \ argument
324 # define obstack_ptr_grow(OBSTACK,datum) \ argument
331 # define obstack_int_grow(OBSTACK,datum) \ argument
338 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
[all …]