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

/freebsd-current/contrib/diff/src/
H A Ddiff3.c81 struct diff3_block {
86 struct diff3_block *next;
172 static bool output_diff3_edscript (FILE *, struct diff3_block *, int const[3], int const[3], char const *, char const *, char const *);
173 static bool output_diff3_merge (FILE *, FILE *, struct diff3_block *, int const[3], int const[3], char const *, char const *, char const *);
174 static struct diff3_block *create_diff3_block (lin, lin, lin, lin, lin, lin);
175 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);
176 static struct diff3_block *reverse_diff3_blocklist (struct diff3_block *);
177 static struct diff3_block *using_to_diff3_block (struct diff_block *[2], struct diff_block *[2], int, int, struct diff3_block cons
80 struct diff3_block { struct
[all...]

Completed in 107 milliseconds