Lines Matching refs:diff_run
176 * 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,
593 diff_run. This is an awful solution, but necessary until the code
670 * diff.c (diff_run): New function, renamed from `main'.
687 by changing `outfile' just once in `diff_run'.
694 (diff_run): Change check_stdout to check_output.
701 * diff.c (diff_run): Change all `exit' statements to `return'.