Home
last modified time | relevance | path

Searched refs:diff_block (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/diff/src/
H A Ddiff3.c71 struct diff_block { struct
75 struct diff_block *next; argument
173 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 …]
/freebsd-14.2/tools/tools/indent_wrapper/
H A Dindent_wrapper.c188 diff_block(block_head_t *pa, block_head_t *pb) in diff_block() function
733 if (diff_block(&indent_in_head, &indent_out_head)) in main()
/freebsd-14.2/contrib/diff/
H A DChangeLog3433 (struct diff_block): lengths includes newlines.