Searched refs:oldtable (Results 1 – 1 of 1) sorted by relevance
624 enum typeid *const oldtable = types->table; in __grow_type_table() local634 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table()636 newtable = realloc(oldtable, newsize * sizeof(enum typeid)); in __grow_type_table()