Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c688 other_thread; local
743 other_thread = high_water_thread ^ 0x1;
744 other_diff = current[other_thread];
754 if (using[other_thread])
755 last_using[other_thread]->next = other_diff;
757 using[other_thread] = other_diff;
758 last_using[other_thread] = other_diff;
763 current[other_thread] = current[other_thread]->next;
780 other_thread = high_water_thread ^ 0x1;
781 other_diff = current[other_thread];
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c578 int other_thread; in make_3way_diff() local
626 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
627 other_diff = current[other_thread]; in make_3way_diff()
637 if (using[other_thread]) in make_3way_diff()
638 last_using[other_thread]->next = other_diff; in make_3way_diff()
640 using[other_thread] = other_diff; in make_3way_diff()
641 last_using[other_thread] = other_diff; in make_3way_diff()
646 current[other_thread] = current[other_thread]->next; in make_3way_diff()
663 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
664 other_diff = current[other_thread]; in make_3way_diff()