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

/freebsd-10.1-release/contrib/diff/src/
H A Ddiff3.c554 struct diff_block *last_using[2];
584 using[0] = using[1] = last_using[0] = last_using[1] = 0;
603 = last_using[high_water_thread]
606 last_using[high_water_thread]->next = 0;
621 last_using[other_thread]->next = other_diff;
624 last_using[other_thread] = other_diff;
653 tmpblock = using_to_diff3_block (using, last_using,
688 struct diff_block *last_using[2],
700 lin highc = D_HIGHLINE (last_using[high_threa
551 struct diff_block *last_using[2]; local
684 using_to_diff3_block(struct diff_block *using[2], struct diff_block *last_using[2], int low_thread, int high_thread, struct diff3_block const *last_diff3) argument
[all...]

Completed in 44 milliseconds