Lines Matching refs:new_last
780 int first, last, old_last, new_last;
792 new_last = (new->first_type + new->num_types - 1);
800 if (old_last > new_last)
803 last = new_last;
815 new_last = (new->first_lvl + new->num_lvls - 1);
823 if (old_last > new_last)
826 last = new_last;
844 new_last = (new->first_key + new->num_keys - 1);
851 if (old_last > new_last)
852 new_last = old_last;
855 old->num_keys = (new_last - first) + 1;