Searched refs:create_diff3_block (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/usr.bin/cvs/diff/ |
H A D | diff3.c | 206 static struct diff3_block *create_diff3_block PARAMS((int, int, int, int, int, int)); 860 result = create_diff3_block (low[0], high[0], low[1], high[1], lowc, highc); 981 create_diff3_block (low0, high0, low1, high1, low2, high2) in create_diff3_block() function
|