Searched refs:xrev1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drcscmds.c216 char *xrev1, *xrev2; local
232 xrev1 = RCS_gettag (rcs, rev1, 0, NULL);
234 assert (xrev1 && xrev2);
240 cvs_output (xrev1, 0);
244 if (RCS_checkout (rcs, NULL, xrev1, rev1, options, tmp1, NULL, NULL))
263 cvs_output (xrev1, 0);
280 call_diff_add_arg (xrev1);
324 free (xrev1);
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsdiff.c164 char const *xrev1, *xrev2; /* expanded revision numbers */ variable
342 xrev1=target->num;
358 if (no_diff_means_no_output && xrev1 == xrev2)
379 diagnose("retrieving revision %s\n", xrev1);
381 bufscat(&commarg, rev1); /* not xrev1, for $Name's sake */
423 diagnose("diff%s -r%s %s\n", diffvstr, xrev1, workname);
425 diagnose("diff%s -r%s -r%s\n", diffvstr, xrev1, xrev2);

Completed in 280 milliseconds