Lines Matching refs:workfile
236 RCS_merge(rcs, path, workfile, options, rev1, rev2) in RCS_merge() argument
239 char *workfile;
294 cvs_output (workfile, 0);
305 call_diff_arg (workfile);
311 call_diff_arg (workfile);
323 copy_file (diffout, workfile);
379 RCS_exec_rcsdiff (rcsfile, opts, options, rev1, rev2, label1, label2, workfile) in RCS_exec_rcsdiff() argument
387 char *workfile;
426 assert (workfile != NULL);
427 use_file2 = workfile;
448 RCS_output_diff_options (opts, rev1, rev2, workfile);
641 RCS_output_diff_options (opts, rev1, rev2, workfile) in RCS_output_diff_options() argument
645 char *workfile;
662 assert (workfile != NULL);
664 cvs_output (workfile, 0);