Home
last modified time | relevance | path

Searched refs:obstack_grow (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dobstack.h295 # define obstack_grow(OBSTACK,where,length) \ macro
374 obstack_grow (__h, (where), (length)); \
433 # define obstack_grow(h,where,length) \ macro
479 (obstack_grow ((h), (where), (length)), obstack_finish ((h)))