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

/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c140 struct buf commarg; variable in typeref:struct:buf
145 bufautobegin(&commarg); variable
255 bufscpy(&commarg, "-p");
256 bufscat(&commarg, rev[i]); /* not xrev[i], for $Name's sake */
261 co, quietarg, commarg.string,
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c193 struct buf commarg; variable in typeref:struct:buf
203 bufautobegin(&commarg); variable
398 bufscpy(&commarg, "-p");
399 bufscat(&commarg, rev1); /* not xrev1, for $Name's sake */
402 *pp++ = commarg.string;
431 bufscpy(&commarg, "-p");
432 bufscat(&commarg, rev2); /* not xrev2, for $Name's sake */
433 cov[3 + !DIFF_L] = commarg.string;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/co/
H A Dco.c755 struct buf commarg; local
762 bufautobegin(&commarg);
794 bufscpy(&commarg, "-p");
795 bufscat(&commarg, joinlist[i]);
796 cov[2] = commarg.string;
800 bufscpy(&commarg, "-p");
801 bufscat(&commarg, joinlist[i+1]);
802 cov[2] = commarg.string;
823 bufautoend(&commarg);
829 bufautoend(&commarg);
[all...]

Completed in 105 milliseconds