Home
last modified time | relevance | path

Searched defs:diff_result (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libdiff/include/
H A Ddiff_main.h132 struct diff_result { struct
137 * Do not free these diff_data before freeing the diff_result struct. argument
139 struct diff_data *left;
140 struct diff_data *right;
142 diff_chunk_arraylist_t chunks;
/freebsd/contrib/diff/src/
H A Ddiff3.c1138 char *diff_result; in read_diff() local