Home
last modified time | relevance | path

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

/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Ddiff3.c686 high_water_thread, local
724 high_water_thread = base_water_thread;
726 high_water_diff = current[high_water_thread];
736 using[high_water_thread]
737 = last_using[high_water_thread]
739 current[high_water_thread] = high_water_diff->next;
740 last_using[high_water_thread]->next = 0;
743 other_thread = high_water_thread ^ 0x1;
774 high_water_thread ^= 1;
780 other_thread = high_water_thread ^ 0x1;
[all …]
/dports/textproc/diffutils/diffutils-3.8/src/
H A Ddiff3.c629 int high_water_thread; in make_3way_diff() local
665 high_water_thread = base_water_thread; in make_3way_diff()
667 high_water_diff = current[high_water_thread]; in make_3way_diff()
672 using[high_water_thread] in make_3way_diff()
673 = last_using[high_water_thread] in make_3way_diff()
675 current[high_water_thread] = high_water_diff->next; in make_3way_diff()
676 last_using[high_water_thread]->next = 0; in make_3way_diff()
679 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
710 high_water_thread ^= 1; in make_3way_diff()
715 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
[all …]