Lines Matching refs:end_old
3146 int end_old; local
3160 end_old = end_new = offset;
3161 …_lin[end_new] != old_lin[end_old]) || (new_att[end_new] != old_att[end_old])) && (old_lin[end_old]…
3162 end_old++;
3163 if (old_lin[end_old] != '\0')
3166 … ((old_lin[end_old+k] == new_lin[end_new+k]) && (new_att[end_new+k] == old_att[end_old+k]) && (new…
3176 for (k = offset; k < end_old; k++)
3199 int end_old, end_new; local
3214 end_old = end_new = offset;
3215 …while (((new_lin[end_new] != old_lin[end_old]) || (new_att[end_new] != old_att[end_old])) && (new_…
3220 … ((old_lin[end_old+k] == new_lin[end_new+k]) && (old_att[end_old+k] == new_att[end_new+k]) && (new…
3265 int end_old, end_new; in doupdate() local
3581 end_old = j; in doupdate()