Lines Matching refs:diff_block
85 struct diff_block { struct
89 struct diff_block *next; argument
199 static enum diff_type process_diff_control PARAMS((char **, struct diff_block *));
207 static struct diff3_block *make_3way_diff PARAMS((struct diff_block *, struct diff_block *));
209 static struct diff3_block *using_to_diff3_block PARAMS((struct diff_block *[2], struct diff_block *…
210 static struct diff_block *process_diff PARAMS((char const *, char const *, struct diff_block **, ch…
219 static void free_diff_blocks PARAMS((struct diff_block *));
265 struct diff_block *thread0, *thread1, *last_block;
645 struct diff_block *thread0, *thread1; in make_3way_diff()
677 struct diff_block
690 struct diff_block
828 struct diff_block in using_to_diff3_block()
836 struct diff_block *ptr;
883 struct diff_block *u = using[d];
1075 static struct diff_block *
1078 struct diff_block **last_block;
1085 struct diff_block *block_list, **block_list_end, *bptr;
1094 bptr = ALLOCATE (1, struct diff_block);
1195 struct diff_block *db;
1895 struct diff_block *p; in free_diff_blocks()
1897 register struct diff_block *next;