Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dobstack.h269 # define obstack_object_size(OBSTACK) \ argument
274 # define obstack_room(OBSTACK) \ argument
279 # define obstack_make_room(OBSTACK,length) \ argument
287 # define obstack_empty_p(OBSTACK) \ argument
295 # define obstack_grow(OBSTACK,where,length) \ argument
305 # define obstack_grow0(OBSTACK,where,length) \ argument
316 # define obstack_1grow(OBSTACK,datum) \ argument
328 # define obstack_ptr_grow(OBSTACK,datum) \ argument
335 # define obstack_int_grow(OBSTACK,datum) \ argument
342 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument
[all …]