Searched refs:extra_arg (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/binutils/libiberty/
H A Dobstack.c106 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
119 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
216 h->extra_arg = arg;
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dobstack.c106 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
119 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
216 h->extra_arg = arg;
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dobstack.c116 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
122 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
129 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
135 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
253 h->extra_arg = arg;
H A Dobstack.h177 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */
181 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */
176 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member in struct:obstack
180 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member in struct:obstack
/freebsd-10-stable/contrib/gdb/include/
H A Dobstack.h184 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */
188 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */
183 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member in struct:obstack
187 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member in struct:obstack
/freebsd-10-stable/contrib/gcclibs/include/
H A Dobstack.h179 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */
178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member in struct:obstack
/freebsd-10-stable/contrib/binutils/include/
H A Dobstack.h179 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */
178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member in struct:obstack

Completed in 128 milliseconds