Searched refs:OBSTACK (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/gcclibs/include/ |
| HD | obstack.h | 308 # define obstack_object_size(OBSTACK) \ argument 310 ({ struct obstack *__o = (OBSTACK); \ 313 # define obstack_room(OBSTACK) \ argument 315 ({ struct obstack *__o = (OBSTACK); \ 318 # define obstack_make_room(OBSTACK,length) \ argument 320 ({ struct obstack *__o = (OBSTACK); \ 326 # define obstack_empty_p(OBSTACK) \ argument 328 ({ struct obstack *__o = (OBSTACK); \ 331 # define obstack_grow(OBSTACK,where,length) \ argument 333 ({ struct obstack *__o = (OBSTACK); \ [all …]
|
| /NextBSD/contrib/binutils/include/ |
| HD | obstack.h | 308 # define obstack_object_size(OBSTACK) \ argument 310 ({ struct obstack *__o = (OBSTACK); \ 313 # define obstack_room(OBSTACK) \ argument 315 ({ struct obstack *__o = (OBSTACK); \ 318 # define obstack_make_room(OBSTACK,length) \ argument 320 ({ struct obstack *__o = (OBSTACK); \ 326 # define obstack_empty_p(OBSTACK) \ argument 328 ({ struct obstack *__o = (OBSTACK); \ 331 # define obstack_grow(OBSTACK,where,length) \ argument 333 ({ struct obstack *__o = (OBSTACK); \ [all …]
|
| /NextBSD/contrib/gdb/include/ |
| HD | obstack.h | 365 # define obstack_object_size(OBSTACK) \ argument 367 ({ struct obstack *__o = (OBSTACK); \ 370 # define obstack_room(OBSTACK) \ argument 372 ({ struct obstack *__o = (OBSTACK); \ 375 # define obstack_make_room(OBSTACK,length) \ argument 377 ({ struct obstack *__o = (OBSTACK); \ 383 # define obstack_empty_p(OBSTACK) \ argument 385 ({ struct obstack *__o = (OBSTACK); \ 388 # define obstack_grow(OBSTACK,where,length) \ argument 390 ({ struct obstack *__o = (OBSTACK); \ [all …]
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | obstack.h | 359 # define obstack_object_size(OBSTACK) \ argument 361 ({ struct obstack *__o = (OBSTACK); \ 364 # define obstack_room(OBSTACK) \ argument 366 ({ struct obstack *__o = (OBSTACK); \ 369 # define obstack_make_room(OBSTACK,length) \ argument 371 ({ struct obstack *__o = (OBSTACK); \ 377 # define obstack_empty_p(OBSTACK) \ argument 379 ({ struct obstack *__o = (OBSTACK); \ 382 # define obstack_grow(OBSTACK,where,length) \ argument 384 ({ struct obstack *__o = (OBSTACK); \ [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | defaults.h | 34 #define gcc_obstack_init(OBSTACK) \ argument 35 _obstack_begin ((OBSTACK), OBSTACK_CHUNK_SIZE, 0, \
|
| HD | bitmap.h | 172 #define BITMAP_ALLOC(OBSTACK) bitmap_obstack_alloc (OBSTACK) argument
|
| HD | basic-block.h | 41 #define ALLOC_REG_SET(OBSTACK) BITMAP_ALLOC (OBSTACK) argument
|
| HD | FSFChangeLog.11 | 10503 * tree.c (build1): Clean up initialization of OBSTACK.
|
| HD | ChangeLog-2001 | 3618 * Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR,
|