Searched refs:highc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | diff3.c | 841 int highc = D_HIGHLINE (last_using[high_thread], FC); local 851 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc); 856 high[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, highc); 860 result = create_diff3_block (low[0], high[0], low[1], high[1], lowc, highc);
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff3.c | 721 lin highc = D_HIGHLINE (last_using[high_thread], FC); in using_to_diff3_block() local 731 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc); in using_to_diff3_block() 736 high[d] = D_HIGH_MAPLINE (last_diff3, FILEC, FILE0 + d, highc); in using_to_diff3_block() 740 result = create_diff3_block (low[0], high[0], low[1], high[1], lowc, highc); in using_to_diff3_block()
|