Home
last modified time | relevance | path

Searched refs:make_3way_diff (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c207 static struct diff3_block *make_3way_diff PARAMS((struct diff_block *, struct diff_block *));
477 diff3 = make_3way_diff (thread0, thread1);
644 make_3way_diff (thread0, thread1) in make_3way_diff() function
H A DChangeLog382 * diff3.c (diff3_run, make_3way_diff): Plug memory leaks.
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c193 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);
397 diff3 = make_3way_diff (thread0, thread1); in main()
538 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1) in make_3way_diff() function
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog2399 * diff3.c (main, make_3way_diff, using_to_diff3_block): Don't
2413 * diff3.c (make_3way_diff, process_diff): Have the *_end
3159 (make_3way_diff, process_diff_control, read_diff, output_diff3): Likewise.