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

/freebsd-current/contrib/diff/src/
H A Ddiff3.c563 struct diff_block *other_diff;
609 other_diff = current[other_thread];
613 while (other_diff
614 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1)
620 last_using[other_thread]->next = other_diff;
622 using[other_thread] = other_diff;
623 last_using[other_thread] = other_diff;
626 code assumes that other_diff enters it equal to
629 other_diff->next = 0;
637 if (high_water_mark < D_HIGHLINE (other_diff, F
560 struct diff_block *other_diff; local
[all...]

Completed in 115 milliseconds