| /NextBSD/contrib/gcclibs/include/ |
| HD | obstack.h | 308 # define obstack_object_size(OBSTACK) \ argument 313 # define obstack_room(OBSTACK) \ argument 318 # define obstack_make_room(OBSTACK,length) \ argument 326 # define obstack_empty_p(OBSTACK) \ argument 331 # define obstack_grow(OBSTACK,where,length) \ argument 341 # define obstack_grow0(OBSTACK,where,length) \ argument 352 # define obstack_1grow(OBSTACK,datum) \ argument 364 # define obstack_ptr_grow(OBSTACK,datum) \ argument 371 # define obstack_int_grow(OBSTACK,datum) \ argument 378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument [all …]
|
| /NextBSD/contrib/binutils/include/ |
| HD | obstack.h | 308 # define obstack_object_size(OBSTACK) \ argument 313 # define obstack_room(OBSTACK) \ argument 318 # define obstack_make_room(OBSTACK,length) \ argument 326 # define obstack_empty_p(OBSTACK) \ argument 331 # define obstack_grow(OBSTACK,where,length) \ argument 341 # define obstack_grow0(OBSTACK,where,length) \ argument 352 # define obstack_1grow(OBSTACK,datum) \ argument 364 # define obstack_ptr_grow(OBSTACK,datum) \ argument 371 # define obstack_int_grow(OBSTACK,datum) \ argument 378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument [all …]
|
| /NextBSD/contrib/gdb/include/ |
| HD | obstack.h | 365 # define obstack_object_size(OBSTACK) \ argument 370 # define obstack_room(OBSTACK) \ argument 375 # define obstack_make_room(OBSTACK,length) \ argument 383 # define obstack_empty_p(OBSTACK) \ argument 388 # define obstack_grow(OBSTACK,where,length) \ argument 398 # define obstack_grow0(OBSTACK,where,length) \ argument 409 # define obstack_1grow(OBSTACK,datum) \ argument 421 # define obstack_ptr_grow(OBSTACK,datum) \ argument 428 # define obstack_int_grow(OBSTACK,datum) \ argument 435 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument [all …]
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | obstack.h | 359 # define obstack_object_size(OBSTACK) \ argument 364 # define obstack_room(OBSTACK) \ argument 369 # define obstack_make_room(OBSTACK,length) \ argument 377 # define obstack_empty_p(OBSTACK) \ argument 382 # define obstack_grow(OBSTACK,where,length) \ argument 392 # define obstack_grow0(OBSTACK,where,length) \ argument 403 # define obstack_1grow(OBSTACK,datum) \ argument 415 # define obstack_ptr_grow(OBSTACK,datum) \ argument 423 # define obstack_int_grow(OBSTACK,datum) \ argument 434 # define obstack_blank(OBSTACK,length) \ argument [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | bitmap.h | 172 #define BITMAP_ALLOC(OBSTACK) bitmap_obstack_alloc (OBSTACK) argument
|
| HD | defaults.h | 34 #define gcc_obstack_init(OBSTACK) \ argument
|
| HD | basic-block.h | 41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) argument
|