Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.h343 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ macro
464 # define obstack_ptr_grow_fast(h,aptr) \ macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.h343 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ macro
464 # define obstack_ptr_grow_fast(h,aptr) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dobstack.h359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ macro
485 # define obstack_ptr_grow_fast(h, aptr) \ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dobstack.h359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ macro
485 # define obstack_ptr_grow_fast(h, aptr) \ macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dobstack.h359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ macro
485 # define obstack_ptr_grow_fast(h, aptr) \ macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dobstack.h359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ macro
485 # define obstack_ptr_grow_fast(h, aptr) \ macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dobstack.h433 # define obstack_ptr_grow_fast(h,aptr) (*((void **) (h)->next_free)++ = (void *)aptr) macro
541 # define obstack_ptr_grow_fast(h,aptr) (*((char **) (h)->next_free)++ = (char *) aptr) macro