Searched refs:workfile (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | rcscmds.c | 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; [all …]
|
| H A D | rcs.c | 3982 RCS_checkout (rcs, workfile, rev, nametag, options, sout, pfn, callerdat) in RCS_checkout() argument 3984 char *workfile; 4027 : (workfile != NULL 4028 ? workfile 4034 if (noexec && workfile != NULL) 4037 assert (sout == RUN_TTY || workfile == NULL); 4038 assert (pfn == NULL || (sout == RUN_TTY && workfile == NULL)); 4173 if (pfn != NULL || (workfile == NULL && sout == RUN_TTY)) 4176 if (workfile == NULL) 4179 dest = workfile; [all …]
|
| H A D | rcs.h | 223 int RCS_checkin PROTO ((RCSNode *rcs, char *workfile, char *message,
|
| H A D | cvs.h | 439 char *workfile));
|
| H A D | ChangeLog-96 | 1075 noexec, and workfile is not NULL, just return immediately. Assert 1076 that sout is RUN_TTY or workfile is NULL, rather than using it as 1080 * rcs.c (RCS_fast_checkout): Don't handle the case of workfile set 1126 * rcs.c (RCS_fast_checkout): Amend last patch: if workfile is 1144 * rcs.c (RCS_fast_checkout): If workfile is NULL, don't try to 2631 * rcs.c (RCS_fast_checkout): If error closing file, and workfile 2632 is NULL, use sout in error message instead of workfile. 2637 workfile is NULL and sout is a file name. 2770 * rcs.c (RCS_fast_checkout): If workfile is NULL, don't call chmod.
|
| H A D | ChangeLog | 3910 * rcs.c (RCS_checkout): If opening the local workfile fails due to 4699 (RCS_checkout): If `workfile' and `sout' are symlinks, remove them
|
| H A D | ChangeLog-97 | 1060 selected files and diff3 them. Take new `rcs' and `workfile'
|
| /openbsd-src/usr.bin/rcs/ |
| H A D | rlog.c | 358 char *workfile, *p; in rlog_file() local 371 if ((workfile = basename(fnamebuf)) == NULL) in rlog_file() 377 if ((p = strrchr(workfile, ',')) != NULL) in rlog_file() 381 printf("\nWorking file: %s", workfile); in rlog_file()
|
| H A D | diff3.c | 261 rcs_diff3(RCSFILE *rf, char *workfile, RCSNUM *rev1, RCSNUM *rev2, int flags) in rcs_diff3() argument 280 if ((b1 = buf_load(workfile)) == NULL) in rcs_diff3() 335 diff3_conflicts = diff3_internal(argc, argv, workfile, r2); in rcs_diff3()
|
| /openbsd-src/gnu/usr.bin/cvs/contrib/ |
| H A D | ChangeLog | 135 those cases where the case of the workfile and the case of the
|
| /openbsd-src/usr.bin/vi/docs/tutorial/ |
| H A D | vi.advanced | 662 'backwards' or 'workfile') separated by any number (including zero) of
|