Home
last modified time | relevance | path

Searched refs:old_table (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/groff/src/libs/libgroff/
Dsymbol.cpp109 const char **old_table = table; in symbol() local
120 for (pp = old_table + old_table_size - 1; in symbol()
121 pp >= old_table; in symbol()
126 a_delete old_table; in symbol() local
/freebsd-9-stable/contrib/groff/src/roff/troff/
Ddictionary.cpp74 association *old_table = table; in lookup() local
78 if (old_table[i].v != 0) in lookup()
79 (void)lookup(old_table[i].s, old_table[i].v); in lookup()
80 a_delete old_table; in lookup() local
/freebsd-9-stable/contrib/ofed/management/opensm/opensm/
Dst.c376 st_table *st_copy(old_table) in st_copy() argument
377 st_table *old_table; in st_copy()
381 size_t i, num_bins = old_table->num_bins;
388 *new_table = *old_table;
399 ptr = old_table->bins[i];
/freebsd-9-stable/contrib/groff/src/preproc/refer/
Drefer.cpp733 reference **old_table = reference_hash_table; in store_reference() local
741 if (old_table[i]) { in store_reference()
744 + (old_table[i]->hash() % hash_table_size)); in store_reference()
750 *p = old_table[i]; in store_reference()
752 a_delete old_table; in store_reference() local
Dlabel.y980 label_info **old_table = label_table; in lookup_label() local
988 if (old_table[i]) { in lookup_label()
989 h = hash_string(label_pool.contents() + old_table[i]->start, in lookup_label()
990 old_table[i]->length); in lookup_label()
998 *p = old_table[i]; in lookup_label()
1000 a_delete old_table; in lookup_label() local
/freebsd-9-stable/contrib/binutils/ld/
Dldcref.c108 static struct bfd_hash_entry **old_table; variable
241 old_table = cref_table.root.table; in handle_asneeded_cref()
282 cref_table.root.table = old_table; in handle_asneeded_cref()
DChangeLog-2006671 (old_table, old_count, old_tab, alloc_mark): New variables.
/freebsd-9-stable/contrib/groff/src/utils/hpftodit/
Dhpftodit.cpp1415 name_list **old_table = charcode_name_table; in read_map() local
1418 if (old_table) { in read_map()
1419 memcpy(charcode_name_table, old_table, old_size*sizeof(name_list *)); in read_map()
1420 a_delete old_table; in read_map() local
/freebsd-9-stable/contrib/binutils/bfd/
Delflink.c3304 struct bfd_hash_entry **old_table = NULL; in elf_link_add_object_symbols() local
3738 old_table = htab->root.table.table; in elf_link_add_object_symbols()
4429 htab->root.table.table = old_table; in elf_link_add_object_symbols()
/freebsd-9-stable/contrib/groff/
DChangeLog.1152661 * troff/dictionary.c (dictionary::lookup): Free old_table after
3475 * refer/refer.c (store_reference): Get hash code from old_table[i]