Lines Matching refs:diff_run
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
367 * diff.c (diff_run): New function, renamed from `main'.
384 by changing `outfile' just once in `diff_run'.
391 (diff_run): Change check_stdout to check_output.
398 * diff.c (diff_run): Change all `exit' statements to `return'.