Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c692 *other_diff; local
744 other_diff = current[other_thread];
748 while (other_diff
749 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1)
755 last_using[other_thread]->next = other_diff;
757 using[other_thread] = other_diff;
758 last_using[other_thread] = other_diff;
764 other_diff->next = 0;
772 if (high_water_mark < D_HIGHLINE (other_diff, FC))
775 high_water_diff = other_diff;
[all …]
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c581 struct diff_block *other_diff; in make_3way_diff() local
627 other_diff = current[other_thread]; in make_3way_diff()
631 while (other_diff in make_3way_diff()
632 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1) in make_3way_diff()
638 last_using[other_thread]->next = other_diff; in make_3way_diff()
640 using[other_thread] = other_diff; in make_3way_diff()
641 last_using[other_thread] = other_diff; in make_3way_diff()
647 other_diff->next = 0; in make_3way_diff()
655 if (high_water_mark < D_HIGHLINE (other_diff, FC)) in make_3way_diff()
658 high_water_diff = other_diff; in make_3way_diff()
[all …]