Home
last modified time | relevance | path

Searched refs:block_list (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/binutils/intl/
H A Dlocalealias.c100 struct block_list struct
103 struct block_list *next; argument
107 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
119 struct block_list *old = list; \
221 struct block_list *block_list = NULL; local
229 ADD_BLOCK (block_list, full_fname);
241 FREE_BLOCKS (block_list);
329 FREE_BLOCKS (block_list);
358 FREE_BLOCKS (block_list);
H A Ddcgettext.c181 struct block_list struct
184 struct block_list *next; argument
188 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
229 struct block_list *block_list = NULL; local
280 ADD_BLOCK (block_list, dirname);
287 ADD_BLOCK (block_list, dirname);
295 FREE_BLOCKS (block_list);
309 ADD_BLOCK (block_list, xdomainname);
317 ADD_BLOCK (block_list, single_locale);
349 FREE_BLOCKS (block_list);
[all …]
H A DChangeLog238 block_list as the macro calls assume.
243 (read_alias_file): Rename varriabe alloca_list to block_list as the
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dlocalealias.c100 struct block_list struct
103 struct block_list *next; argument
107 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
119 struct block_list *old = list; \
221 struct block_list *block_list = NULL; local
229 ADD_BLOCK (block_list, full_fname);
241 FREE_BLOCKS (block_list);
329 FREE_BLOCKS (block_list);
358 FREE_BLOCKS (block_list);
H A Ddcgettext.c181 struct block_list struct
184 struct block_list *next; argument
188 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
229 struct block_list *block_list = NULL; local
280 ADD_BLOCK (block_list, dirname);
287 ADD_BLOCK (block_list, dirname);
295 FREE_BLOCKS (block_list);
309 ADD_BLOCK (block_list, xdomainname);
317 ADD_BLOCK (block_list, single_locale);
349 FREE_BLOCKS (block_list);
[all …]
H A DChangeLog262 block_list as the macro calls assume.
267 (read_alias_file): Rename varriabe alloca_list to block_list as the
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Ddcigettext.c314 struct block_list struct
317 struct block_list *next; argument
321 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
333 struct block_list *old = list; \
414 struct block_list *block_list = NULL; variable
508 ADD_BLOCK (block_list, dirname);
523 FREE_BLOCKS (block_list);
542 ADD_BLOCK (block_list, xdomainname);
550 ADD_BLOCK (block_list, single_locale);
588 FREE_BLOCKS (block_list);
[all …]
H A DChangeLog372 block_list as the macro calls assume.
377 (read_alias_file): Rename varriabe alloca_list to block_list as the
/openbsd/gnu/gcc/intl/
H A Ddcigettext.c331 struct block_list struct
334 struct block_list *next; argument
338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
350 struct block_list *old = list; \
436 struct block_list *block_list = NULL; variable
546 ADD_BLOCK (block_list, dirname);
572 ADD_BLOCK (block_list, xdomainname);
580 ADD_BLOCK (block_list, single_locale);
648 FREE_BLOCKS (block_list);
701 FREE_BLOCKS (block_list);
/openbsd/gnu/usr.bin/texinfo/intl/
H A Ddcigettext.c331 struct block_list struct
334 struct block_list *next; argument
338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
350 struct block_list *old = list; \
431 struct block_list *block_list = NULL; in DCIGETTEXT() local
541 ADD_BLOCK (block_list, dirname); in DCIGETTEXT()
567 ADD_BLOCK (block_list, xdomainname); in DCIGETTEXT()
575 ADD_BLOCK (block_list, single_locale); in DCIGETTEXT()
643 FREE_BLOCKS (block_list); in DCIGETTEXT()
696 FREE_BLOCKS (block_list); in DCIGETTEXT()
/openbsd/gnu/gcc/gcc/
H A Dalloc-pool.c168 pool->block_list = NULL; in create_alloc_pool()
195 for (block = pool->block_list; block != NULL; block = next_block) in free_alloc_pool()
252 block_header->next = pool->block_list; in pool_alloc()
253 pool->block_list = block_header; in pool_alloc()
H A Dalloc-pool.h44 alloc_pool_list block_list; member
/openbsd/sbin/unwind/
H A Dparse.y121 | grammar block_list '\n'
179 block_list : BLOCK LIST STRING log {
/openbsd/gnu/usr.bin/cvs/diff/
H A Ddiff3.c1085 struct diff_block *block_list, **block_list_end, *bptr; local
1089 block_list_end = &block_list;
1173 return block_list;