Searched refs:oldtable (Results 1 – 2 of 2) sorted by relevance
643 enum typeid *const oldtable = types->table; in __grow_type_table() local658 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table()660 newtable = reallocarray(oldtable, newsize, sizeof(enum typeid)); in __grow_type_table()
1100 unsigned char *oldtable = *typetable; local1107 (void) memmove(*typetable, oldtable, *tablesize);