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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dobstack.c99 (that adds an extra first argument), based on the state of use_extra_arg.
105 (((h) -> use_extra_arg) \
111 if ((h) -> use_extra_arg) \
118 (((h) -> use_extra_arg) \
124 if ((h) -> use_extra_arg) \
171 h->use_extra_arg = 0;
217 h->use_extra_arg = 1;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dobstack.c99 (that adds an extra first argument), based on the state of use_extra_arg.
105 (((h) -> use_extra_arg) \
111 if ((h) -> use_extra_arg) \
118 (((h) -> use_extra_arg) \
124 if ((h) -> use_extra_arg) \
171 h->use_extra_arg = 0;
217 h->use_extra_arg = 1;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.c109 (that adds an extra first argument), based on the state of use_extra_arg.
115 (((h) -> use_extra_arg) \
121 if ((h) -> use_extra_arg) \
128 (((h) -> use_extra_arg) \
134 if ((h) -> use_extra_arg) \
194 h->use_extra_arg = 0;
254 h->use_extra_arg = 1;
H A Dobstack.h172 /* These prototypes vary based on `use_extra_arg', and we use
183 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
182 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */ member in struct:obstack
/freebsd-11-stable/contrib/gcclibs/include/
H A Dobstack.h174 /* These prototypes vary based on `use_extra_arg', and we use
180 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
179 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */ member in struct:obstack
/freebsd-11-stable/contrib/binutils/include/
H A Dobstack.h174 /* These prototypes vary based on `use_extra_arg', and we use
180 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
179 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */ member in struct:obstack
/freebsd-11-stable/contrib/gdb/include/
H A Dobstack.h179 /* These prototypes vary based on `use_extra_arg', and we use
190 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
189 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */ member in struct:obstack

Completed in 88 milliseconds