Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/diff/src/
H A Ddiff3.c561 struct diff_block *other_diff; in make_3way_diff() local
607 other_diff = current[other_thread]; in make_3way_diff()
611 while (other_diff in make_3way_diff()
618 last_using[other_thread]->next = other_diff; in make_3way_diff()
620 using[other_thread] = other_diff; in make_3way_diff()
621 last_using[other_thread] = other_diff; in make_3way_diff()
627 other_diff->next = 0; in make_3way_diff()
635 if (high_water_mark < D_HIGHLINE (other_diff, FC)) in make_3way_diff()
638 high_water_diff = other_diff; in make_3way_diff()
639 high_water_mark = D_HIGHLINE (other_diff, FC); in make_3way_diff()
[all …]