Searched refs:diff_run (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | ChangeLog | 94 * 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 D | diffrun.h | 59 extern int diff_run DIFFPARAMS((int, char **, char *,
|
| H A D | diff.c | 232 diff_run (argc, argv, out, callbacks_arg) in diff_run() function
|
| H A D | diff3.c | 1321 wstatus = diff_run (ap - argv, (char **) argv, diffout, my_callbacks_arg);
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | rcscmds.c | 212 return diff_run (call_diff_argc, call_diff_argv, NULL, 215 return diff_run (call_diff_argc, call_diff_argv, out,
|
| H A D | ChangeLog-97 | 1056 * run.c (call_diff): Don't reset optind; this is done by diff_run now.
|
| H A D | ChangeLog | 3973 (diff_run, diff3_run): Don't declare.
|