Searched refs:oldtable (Results 1 – 2 of 2) sorted by relevance
637 enum typeid *const oldtable = types->table; in __grow_type_table() local652 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table()654 newtable = reallocarray(oldtable, newsize, sizeof(enum typeid)); in __grow_type_table()
1102 unsigned char *oldtable = *typetable; local1109 (void) memmove(*typetable, oldtable, *tablesize);