Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Ddiff3.c555 int high_water_thread; in make_3way_diff() local
591 high_water_thread = base_water_thread; in make_3way_diff()
593 high_water_diff = current[high_water_thread]; in make_3way_diff()
598 using[high_water_thread] in make_3way_diff()
599 = last_using[high_water_thread] in make_3way_diff()
601 current[high_water_thread] = high_water_diff->next; in make_3way_diff()
602 last_using[high_water_thread]->next = 0; in make_3way_diff()
605 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
636 high_water_thread ^= 1; in make_3way_diff()
642 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
[all …]