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.h133 struct diff_result { struct
138 * Do not free these diff_data before freeing the diff_result struct. argument
140 struct diff_data *left;
141 struct diff_data *right;
143 diff_chunk_arraylist_t chunks;
/freebsd/contrib/diff/src/
H A Ddiff3.c1138 char *diff_result; in read_diff() local