Home
last modified time | relevance | path

Searched refs:diff3_block (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff3.c94 struct diff3_block { struct
99 struct diff3_block *next; argument
202 static int dotlines PARAMS((struct diff3_block *, int));
203 static int output_diff3_edscript PARAMS((struct diff3_block *, int const[3], int const[3], char con…
204 static int output_diff3_merge PARAMS((FILE *, struct diff3_block *, int const[3], int const[3], cha…
206 static struct diff3_block *create_diff3_block PARAMS((int, int, int, int, int, int));
207 static struct diff3_block *make_3way_diff PARAMS((struct diff_block *, struct diff_block *));
208 static struct diff3_block *reverse_diff3_blocklist PARAMS((struct diff3_block *));
209 static struct diff3_block *using_to_diff3_block PARAMS((struct diff_block *[2], struct diff_block *…
213 static void output_diff3 PARAMS((struct diff3_block *, int const[3], int const[3]));
[all …]