Searched refs:diff_block (Results 1 – 3 of 3) sorted by relevance
71 struct diff_block { struct75 struct diff_block *next; argument173 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);176 static struct diff_block *process_diff (char const *, char const *, struct diff_block **);520 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1) in make_3way_diff()549 struct diff_block *using[2]; in make_3way_diff()550 struct diff_block *last_using[2]; in make_3way_diff()551 struct diff_block *current[2]; in make_3way_diff()560 struct diff_block *other_diff; in make_3way_diff()690 struct diff_block *ptr; in using_to_diff3_block()[all …]
188 diff_block(block_head_t *pa, block_head_t *pb) in diff_block() function733 if (diff_block(&indent_in_head, &indent_out_head)) in main()
3433 (struct diff_block): lengths includes newlines.