Searched refs:workfile (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | rcscmds.c | 211 RCS_merge (RCSNode *rcs, const char *path, const char *workfile, in RCS_merge() argument 265 cvs_output (workfile, 0); in RCS_merge() 276 call_diff_add_arg (workfile); in RCS_merge() 283 call_diff_add_arg (workfile); in RCS_merge() 295 copy_file (diffout, workfile); in RCS_merge() 354 const char *label1, const char *label2, const char *workfile) in RCS_exec_rcsdiff() argument 402 assert (workfile != NULL); in RCS_exec_rcsdiff() 403 use_file2 = workfile; in RCS_exec_rcsdiff() 427 RCS_output_diff_options (diff_argc, diff_argv, rev1, rev2, workfile); in RCS_exec_rcsdiff() 570 const char *workfile) in RCS_output_diff_options() argument [all …]
|
| D | rcs.c | 4185 RCS_checkout (RCSNode *rcs, const char *workfile, const char *rev, in RCS_checkout() argument 4221 : (workfile != NULL ? workfile in RCS_checkout() 4230 if (noexec && !server_active && workfile != NULL) in RCS_checkout() 4233 assert (sout == RUN_TTY || workfile == NULL); in RCS_checkout() 4234 assert (pfn == NULL || (sout == RUN_TTY && workfile == NULL)); in RCS_checkout() 4380 if (pfn != NULL || (workfile == NULL && sout == RUN_TTY)) in RCS_checkout() 4383 if (workfile == NULL) in RCS_checkout() 4386 dest = workfile; in RCS_checkout() 4416 if (workfile != NULL) in RCS_checkout() 4447 if (link (uptodate_link->key, workfile) < 0) in RCS_checkout() [all …]
|
| D | rcs.h | 234 int RCS_checkin (RCSNode *rcs, const char *update_dir, const char *workfile,
|
| D | cvs.h | 442 const char *workfile);
|
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | pvcs2rcs.in | 430 my ($pvcsarchive, $workfile, $rcsarchive); # .??v, checked out file, and ,v files, 669 $workfile = $'; 670 $num_fields = split /[\/\\]/, $workfile; 673 $workfile = $_[$num_fields - 1 ]; 677 $rcsarchive .= $workfile; 679 print "Workfile is $workfile\n" if ($options{debug}); 855 if ( ( @hits = grep { $workfile =~ /$_/ } keys %bin_ext ) || $options{'force-binary'} ) 858 $workfile =~ /$hits[0]/ if (@hits); 866 $rcs_command .= " \"$workfile\""; 893 print "$rcs_base_command -l$branch \"$workfile\"\n" [all …]
|
| /mirbsd/src/usr.bin/vi/docs/tutorial/ |
| D | vi.advanced | 662 'backwards' or 'workfile') separated by any number (including zero) of
|