Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/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 …]
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c91 struct diff3_block { struct
96 struct diff3_block *next; argument
190 static bool output_diff3_edscript (FILE *, struct diff3_block *, int const[3], int const[3], char c…
191 static bool output_diff3_merge (FILE *, FILE *, struct diff3_block *, int const[3], int const[3], c…
192 static struct diff3_block *create_diff3_block (lin, lin, lin, lin, lin, lin);
193 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);
194 static struct diff3_block *reverse_diff3_blocklist (struct diff3_block *);
195 static struct diff3_block *using_to_diff3_block (struct diff_block *[2], struct diff_block *[2], in…
199 static void output_diff3 (FILE *, struct diff3_block *, int const[3], int const[3]);
244 struct diff3_block *diff3; in main()
[all …]
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog2965 (struct diff3_block): Likewise.