Lines Matching refs:diff3_block

75 struct diff3_block {  struct
80 struct diff3_block *next; argument
186 static int dotlines PARAMS((FILE *, struct diff3_block *, int));
187 static int output_diff3_edscript PARAMS((FILE *, struct diff3_block *, int const[3], int const[3], …
188 static int output_diff3_merge PARAMS((FILE *, FILE *, struct diff3_block *, int const[3], int const…
190 static struct diff3_block *create_diff3_block PARAMS((int, int, int, int, int, int));
191 static struct diff3_block *make_3way_diff PARAMS((struct diff_block *, struct diff_block *));
192 static struct diff3_block *reverse_diff3_blocklist PARAMS((struct diff3_block *));
193 static struct diff3_block *using_to_diff3_block PARAMS((struct diff_block *[2], struct diff_block *…
197 static void output_diff3 PARAMS((FILE *, struct diff3_block *, int const[3], int const[3]));
236 struct diff3_block *diff3;
508 static struct diff3_block *
559 struct diff3_block
564 struct diff3_block const *last_diff3;
566 static struct diff3_block const zero_diff3;
689 static struct diff3_block *
695 struct diff3_block const *last_diff3;
698 struct diff3_block *result;
843 static struct diff3_block *
847 struct diff3_block *result = ALLOCATE (1, struct diff3_block);
1319 struct diff3_block *diff;
1325 struct diff3_block *ptr;
1408 struct diff3_block *b;
1475 struct diff3_block *diff;
1481 struct diff3_block *b;
1602 struct diff3_block *diff;
1608 struct diff3_block *b;
1712 static struct diff3_block *
1714 struct diff3_block *diff; in reverse_diff3_blocklist()
1716 register struct diff3_block *tmp, *next, *prev;