Searched refs:other_diff (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddiff3.c695 *other_diff;
747 other_diff = current[other_thread];
751 while (other_diff
752 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1)
758 last_using[other_thread]->next = other_diff;
760 using[other_thread] = other_diff;
761 last_using[other_thread] = other_diff;
764 code assumes that other_diff enters it equal to
767 other_diff->next = 0;
775 if (high_water_mark < D_HIGHLINE (other_diff, F
692 *other_diff; local
[all...]

Completed in 72 milliseconds