Home
last modified time | relevance | path

Searched refs:diff_run (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A DChangeLog176 * diff.c (diff_run): Update string arg to const.
397 * diff.c (diff_run): Move the setjmp call before the options
409 * diff.c (diff_run): Use separate statement for setjmp call and if
488 * diff.c (diff_run): Add parameter callbacks_arg. Use callback
504 diff_run.
532 * diff.c (diff_run): Change #ifdef on HAVE_SETMODE to #if to match
535 * diff.c (diff_run): Don't set stdout to binary mode.
568 * diff.c (diff_run): Save old value of optind before calling
570 be nice if diff_run were fully reentrant.
580 (read_diff): Use diff_run with a temporary output file,
[all …]
H A Ddiffrun.h59 extern int diff_run DIFFPARAMS((int, char **, const char *,
H A Ddiff.c240 diff_run (argc, argv, out, callbacks_arg) in diff_run() function
H A Ddiff3.c1321 wstatus = diff_run (ap - argv, (char **) argv, diffout, my_callbacks_arg);
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcscmds.c188 return diff_run( call_diff_argc, call_diff_argv, NULL, in call_diff()
191 return diff_run( call_diff_argc, call_diff_argv, out, in call_diff()
H A DChangeLog-971056 * run.c (call_diff): Don't reset optind; this is done by diff_run now.
H A DChangeLog12928 (diff_run, diff3_run): Don't declare.