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

/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/ahdilabel/
H A Dbuild.c43 struct ahdi_ptable old_table; local
46 bcopy (ptable, &old_table, sizeof (struct ahdi_ptable));
78 if (ptable->parts[i].root != old_table.parts[i].root ||
79 ptable->parts[i].start != old_table.parts[i].start ||
80 ptable->parts[i].size != old_table.parts[i].size)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dsymbol.cpp111 const char **old_table = table; local
122 for (pp = old_table + old_table_size - 1;
123 pp >= old_table;
128 a_delete old_table; local
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Ddictionary.cpp76 association *old_table = table; local
80 if (old_table[i].v != 0)
81 (void)lookup(old_table[i].s, old_table[i].v);
82 a_delete old_table; local
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/refer/
H A Dlabel.y982 label_info **old_table = label_table;
990 if (old_table[i]) {
991 h = hash_string(label_pool.contents() + old_table[i]->start,
992 old_table[i]->length);
1000 *p = old_table[i];
1002 a_delete old_table;
H A Drefer.cpp735 reference **old_table = reference_hash_table; local
743 if (old_table[i]) {
746 + (old_table[i]->hash() % hash_table_size));
752 *p = old_table[i];
754 a_delete old_table; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldcref.c110 static struct bfd_hash_entry **old_table; variable in typeref:struct:bfd_hash_entry
243 old_table = cref_table.root.table;
284 cref_table.root.table = old_table;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/hpftodit/
H A Dhpftodit.cpp1417 name_list **old_table = charcode_name_table;
1420 if (old_table) {
1421 memcpy(charcode_name_table, old_table, old_size*sizeof(name_list *));
1422 a_delete old_table;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delflink.c3391 struct bfd_hash_entry **old_table = NULL;
3844 old_table = htab->root.table.table;
4543 htab->root.table.table = old_table;
3382 struct bfd_hash_entry **old_table = NULL; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delflink.c3383 struct bfd_hash_entry **old_table = NULL;
3836 old_table = htab->root.table.table;
4528 htab->root.table.table = old_table;
3374 struct bfd_hash_entry **old_table = NULL; local

Completed in 355 milliseconds