Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/diff/src/
H A Ddiff3.c550 struct diff_block *last_using[2]; in make_3way_diff() local
580 using[0] = using[1] = last_using[0] = last_using[1] = 0; in make_3way_diff()
599 = last_using[high_water_thread] in make_3way_diff()
602 last_using[high_water_thread]->next = 0; in make_3way_diff()
617 last_using[other_thread]->next = other_diff; in make_3way_diff()
620 last_using[other_thread] = other_diff; in make_3way_diff()
649 tmpblock = using_to_diff3_block (using, last_using, in make_3way_diff()
684 struct diff_block *last_using[2], in using_to_diff3_block()
696 lin highc = D_HIGHLINE (last_using[high_thread], FC); in using_to_diff3_block()
706 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc); in using_to_diff3_block()