Searched refs:create_diff3_block (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/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
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff3.c | 192 static struct diff3_block *create_diff3_block (lin, lin, lin, lin, lin, lin); 740 result = create_diff3_block (low[0], high[0], low[1], high[1], lowc, highc); in using_to_diff3_block() 858 create_diff3_block (lin low0, lin high0, in create_diff3_block() function
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | ChangeLog | 951 (create_diff3_block): Use xcalloc instead of malloc + bzero. 3189 * diff3.c (process_diff, create_diff3_block): Init ->next field.
|