Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/diff/
H A Ddiff3.c692 *other_diff; local
744 other_diff = current[other_thread];
748 while (other_diff
755 last_using[other_thread]->next = other_diff;
757 using[other_thread] = other_diff;
758 last_using[other_thread] = other_diff;
764 other_diff->next = 0;
772 if (high_water_mark < D_HIGHLINE (other_diff, FC))
775 high_water_diff = other_diff;
776 high_water_mark = D_HIGHLINE (other_diff, FC);
[all …]