Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/diff/src/
H A Ddiff3.c551 struct diff_block *last_using[2]; in make_3way_diff() local
581 using[0] = using[1] = last_using[0] = last_using[1] = 0; in make_3way_diff()
600 = last_using[high_water_thread] in make_3way_diff()
603 last_using[high_water_thread]->next = 0; in make_3way_diff()
618 last_using[other_thread]->next = other_diff; in make_3way_diff()
621 last_using[other_thread] = other_diff; in make_3way_diff()
650 tmpblock = using_to_diff3_block (using, last_using, in make_3way_diff()
685 struct diff_block *last_using[2], in using_to_diff3_block()
697 lin highc = D_HIGHLINE (last_using[high_thread], FC); in using_to_diff3_block()
707 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc); in using_to_diff3_block()