Searched refs:other_diff (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c564 struct diff_block *other_diff;
610 other_diff = current[other_thread];
614 while (other_diff
615 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1)
621 last_using[other_thread]->next = other_diff;
623 using[other_thread] = other_diff;
624 last_using[other_thread] = other_diff;
627 code assumes that other_diff enters it equal to
630 other_diff->next = 0;
638 if (high_water_mark < D_HIGHLINE (other_diff, F
561 struct diff_block *other_diff; local
[all...]

Completed in 94 milliseconds