Searched refs:diff_block (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/diff/src/
H A Ddiff3.c72 struct diff_block {
76 struct diff_block *next;
169 static enum diff_type process_diff_control (char **, struct diff_block *);
175 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);
177 static struct diff3_block *using_to_diff3_block (struct diff_block *[2], struct diff_block *[2], int, int, struct diff3_block const *);
178 static struct diff_block *process_diff (char const *, char const *, struct diff_block **);
223 struct diff_block *thread
71 struct diff_block { struct
[all...]
/freebsd-current/tools/tools/indent_wrapper/
H A Dindent_wrapper.c188 diff_block(block_head_t *pa, block_head_t *pb) function
733 if (diff_block(&indent_in_head, &indent_out_head))

Completed in 165 milliseconds