Searched refs:old_table (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dsymbol.cpp109 const char **old_table = table; local
120 for (pp = old_table + old_table_size - 1;
121 pp >= old_table;
126 a_delete old_table; local
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Ddictionary.cpp74 association *old_table = table; local
78 if (old_table[i].v != 0)
79 (void)lookup(old_table[i].s, old_table[i].v);
80 a_delete old_table; local
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dst.c376 st_table *st_copy(old_table)
377 st_table *old_table;
381 size_t i, num_bins = old_table->num_bins;
388 *new_table = *old_table;
399 ptr = old_table->bins[i];
/freebsd-10.0-release/contrib/groff/src/preproc/refer/
H A Dlabel.y980 label_info **old_table = label_table;
988 if (old_table[i]) {
989 h = hash_string(label_pool.contents() + old_table[i]->start,
990 old_table[i]->length);
998 *p = old_table[i];
1000 a_delete old_table;
H A Drefer.cpp733 reference **old_table = reference_hash_table; local
741 if (old_table[i]) {
744 + (old_table[i]->hash() % hash_table_size));
750 *p = old_table[i];
752 a_delete old_table; local
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldcref.c108 static struct bfd_hash_entry **old_table; variable in typeref:struct:bfd_hash_entry
241 old_table = cref_table.root.table;
282 cref_table.root.table = old_table;
/freebsd-10.0-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp1415 name_list **old_table = charcode_name_table;
1418 if (old_table) {
1419 memcpy(charcode_name_table, old_table, old_size*sizeof(name_list *));
1420 a_delete old_table;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delflink.c3313 struct bfd_hash_entry **old_table = NULL;
3747 old_table = htab->root.table.table;
4409 htab->root.table.table = old_table;
3304 struct bfd_hash_entry **old_table = NULL; local

Completed in 218 milliseconds