Home
last modified time | relevance | path

Searched refs:commarg (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsdiff.c175 struct buf commarg; variable
185 bufautobegin(&commarg);
380 bufscpy(&commarg, "-p");
381 bufscat(&commarg, rev1); /* not xrev1, for $Name's sake */
384 *pp++ = commarg.string;
413 bufscpy(&commarg, "-p");
414 bufscat(&commarg, rev2); /* not xrev2, for $Name's sake */
415 cov[3 + !DIFF_L] = commarg.string;
H A Dco.c752 struct buf commarg; local
759 bufautobegin(&commarg);
791 bufscpy(&commarg, "-p");
792 bufscat(&commarg, joinlist[i]);
793 cov[2] = commarg.string;
797 bufscpy(&commarg, "-p");
798 bufscat(&commarg, joinlist[i+1]);
799 cov[2] = commarg.string;
820 bufautoend(&commarg);
826 bufautoend(&commarg);
H A Drcsmerge.c137 struct buf commarg; variable
142 bufautobegin(&commarg);
252 bufscpy(&commarg, "-p");
253 bufscat(&commarg, rev[i]); /* not xrev[i], for $Name's sake */
258 co, quietarg, commarg.string,