Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/diff/
H A DChangeLog94 * diff.c (diff_run): Move the setjmp call before the options
106 * diff.c (diff_run): Use separate statement for setjmp call and if
185 * diff.c (diff_run): Add parameter callbacks_arg. Use callback
201 diff_run.
229 * diff.c (diff_run): Change #ifdef on HAVE_SETMODE to #if to match
232 * diff.c (diff_run): Don't set stdout to binary mode.
265 * diff.c (diff_run): Save old value of optind before calling
267 be nice if diff_run were fully reentrant.
277 (read_diff): Use diff_run with a temporary output file,
290 diff_run. This is an awful solution, but necessary until the code
[all …]
H A Ddiffrun.h59 extern int diff_run DIFFPARAMS((int, char **, char *,
H A Ddiff.c232 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);
/openbsd-src/gnu/usr.bin/cvs/src/
H A Drcscmds.c212 return diff_run (call_diff_argc, call_diff_argv, NULL,
215 return diff_run (call_diff_argc, call_diff_argv, out,
H A DChangeLog-971056 * run.c (call_diff): Don't reset optind; this is done by diff_run now.
H A DChangeLog3973 (diff_run, diff3_run): Don't declare.