Searched refs:tostdout (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/gnu/usr.bin/rcs/merge/
H A Dmerge.c48 int labels, tostdout; variable
51 tostdout = false;
63 case 'p': tostdout = true; break;
101 exitmain(merge(tostdout, edarg, label, arg));
/freebsd-10.2-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c131 int tostdout; variable
143 tostdout = false;
152 tostdout=true;
240 if (tostdout) {
263 tostdout?"; result to stdout":"");
266 status = merge(tostdout, edarg, xrev, arg);
/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Dmerger.c55 merge(tostdout, edarg, label, argv)
56 int tostdout;
86 if (!tostdout)
135 aputs(tostdout ? "1,$p\n" : "w\n", f);
/freebsd-10.2-release/gnu/usr.bin/rcs/co/
H A Dco.c203 int expmode, r, tostdout, workstatstat; variable
217 tostdout = false;
252 tostdout = true;
344 diagnose("%s --> %s\n", RCSname, tostdout?"standard output":workname);
347 if (tostdout) {
453 joinflag&&tostdout ? (FILE*)0 : neworkptr,
488 if (!tostdout) {

Completed in 119 milliseconds