Lines Matching refs:diff3_block

94 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]));
220 static void free_diff3_blocks PARAMS((struct diff3_block *));
267 struct diff3_block *diff3;
643 static struct diff3_block *
694 struct diff3_block
699 struct diff3_block const *last_diff3;
701 static struct diff3_block const zero_diff3 = { 0 };
826 static struct diff3_block *
832 struct diff3_block const *last_diff3;
835 struct diff3_block *result;
980 static struct diff3_block *
984 struct diff3_block *result = ALLOCATE (1, struct diff3_block);
1437 struct diff3_block *diff; in output_diff3()
1443 struct diff3_block *ptr;
1525 struct diff3_block *b; in dotlines()
1589 struct diff3_block *diff; in output_diff3_edscript()
1595 struct diff3_block *b;
1714 struct diff3_block *diff;
1721 struct diff3_block *b;
1831 static struct diff3_block *
1833 struct diff3_block *diff; in reverse_diff3_blocklist()
1835 register struct diff3_block *tmp, *next, *prev;
1913 struct diff3_block *p; in free_diff3_blocks()
1915 register struct diff3_block *next;