Home
last modified time | relevance | path

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

/dports/devel/cvs-devel/cvs-1.12.13/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.
/dports/textproc/diffutils/diffutils-3.8/src/
H A Ddiff3.c181 static struct diff3_block *make_3way_diff (struct diff_block *, struct diff_block *);
431 diff3 = make_3way_diff (thread0, thread1); in main()
594 make_3way_diff (struct diff_block *thread0, struct diff_block *thread1) in make_3way_diff() function
/dports/textproc/diffutils/diffutils-3.8/
H A DChangeLog-20083274 * diff3.c (main, make_3way_diff, using_to_diff3_block): Don't
3288 * diff3.c (make_3way_diff, process_diff): Have the *_end
4034 (make_3way_diff, process_diff_control, read_diff, output_diff3): Likewise.
H A DChangeLog2510 * src/diff3.c (make_3way_diff): Remove dead assignment.