Home
last modified time | relevance | path

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

/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Ddiffrun.h64 extern int diff3_run DIFFPARAMS((int, char **, char *,
H A DChangeLog301 * diff3.c (diff3_run): Put the name of the output file in the error
382 * diff3.c (diff3_run, make_3way_diff): Plug memory leaks.
432 * diff3.c (diff3_run): Use a separate stream for the input to
500 (diff3_run): Add parameter callbacks_arg. Use callback functions
577 (diff3_run): Renamed from main(). Add `outfile' argument. Remove
604 (diff3_run): Initialize jump buffer for nonlocal exits. Change
614 (diff3_run): Initialize outstream, and close when done. Pass this
H A Ddiff3.c253 diff3_run (argc, argv, out, callbacks_arg) in diff3_run() function
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Drcscmds.c199 return diff3_run (call_diff_argc, call_diff_argv, NULL, in call_diff3()
202 return diff3_run (call_diff_argc, call_diff_argv, out, in call_diff3()
H A DChangeLog12928 (diff_run, diff3_run): Don't declare.