Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h369 # define obstack_object_size(OBSTACK) \ argument
374 # define obstack_room(OBSTACK) \ argument
379 # define obstack_make_room(OBSTACK,length) \ argument
387 # define obstack_empty_p(OBSTACK) \ argument
392 # define obstack_grow(OBSTACK,where,length) \ argument
402 # define obstack_grow0(OBSTACK,where,length) \ argument
413 # define obstack_1grow(OBSTACK,datum) \ argument
425 # define obstack_ptr_grow(OBSTACK,datum) \ argument
433 # define obstack_int_grow(OBSTACK,datum) \ argument
447 # define obstack_blank(OBSTACK,length) \ argument
[all …]