| /freebsd-11-stable/gnu/usr.bin/grep/ |
| HD | obstack.h | 175 void (*freefun) (void *, struct _obstack_chunk *); member 179 void (*freefun) (); /* User's function to free a chunk. */ member 299 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 303 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 324 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 328 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
| HD | obstack.c | 151 _obstack_begin (h, size, alignment, chunkfun, freefun) in _obstack_begin() argument 209 _obstack_begin_1 (h, size, alignment, chunkfun, freefun, arg) in _obstack_begin_1() argument
|
| /freebsd-11-stable/contrib/gdb/include/ |
| HD | obstack.h | 182 void (*freefun) (void *, struct _obstack_chunk *); member 186 void (*freefun) (); /* User's function to free a chunk. */ member 305 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 309 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 330 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 334 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
| /freebsd-11-stable/contrib/gcclibs/include/ |
| HD | obstack.h | 177 void (*freefun) (void *, struct _obstack_chunk *); member 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 278 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
| /freebsd-11-stable/contrib/binutils/include/ |
| HD | obstack.h | 177 void (*freefun) (void *, struct _obstack_chunk *); member 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 278 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|