Searched refs:last_diff3 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | diff3.c | 699 struct diff3_block const *last_diff3; local 707 last_diff3 = &zero_diff3; 789 last_diff3); 801 last_diff3 = tmpblock; 827 using_to_diff3_block (using, last_using, low_thread, high_thread, last_diff3) in using_to_diff3_block() argument 832 struct diff3_block const *last_diff3; 855 low[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, lowc); 856 high[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, highc);
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | diff3.c | 587 struct diff3_block const *last_diff3; in make_3way_diff() local 595 last_diff3 = &zero_diff3; in make_3way_diff() 672 last_diff3); in make_3way_diff() 682 last_diff3 = tmpblock; in make_3way_diff() 711 struct diff3_block const *last_diff3) in using_to_diff3_block() argument 735 low[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, lowc); in using_to_diff3_block() 736 high[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, highc); in using_to_diff3_block()
|