Home
last modified time | relevance | path

Searched refs:tostdout (Results 1 – 6 of 6) sorted by relevance

/dragonfly/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c134 int tostdout; variable
146 tostdout = false;
155 tostdout=true;
243 if (tostdout) {
266 tostdout?"; result to stdout":"");
269 status = merge(tostdout, edarg, xrev, arg);
/dragonfly/gnu/usr.bin/rcs/merge/
H A Dmerge.c52 int labels, tostdout; variable
55 tostdout = false;
67 case 'p': tostdout = true; break;
105 exitmain(merge(tostdout, edarg, label, arg));
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dmerger.c59 merge(tostdout, edarg, label, argv) in merge() argument
60 int tostdout; in merge()
90 if (!tostdout)
139 aputs(tostdout ? "1,$p\n" : "w\n", f);
/dragonfly/gnu/usr.bin/rcs/co/
H A Dco.c206 int expmode, r, tostdout, workstatstat; variable
220 tostdout = false;
255 tostdout = true;
347 diagnose("%s --> %s\n", RCSname, tostdout?"standard output":workname);
350 if (tostdout) {
456 joinflag&&tostdout ? (FILE*)0 : neworkptr,
491 if (!tostdout) {
/dragonfly/sbin/hammer/
H A Dhammer.h89 void hammer_cmd_snap(char **av, int ac, int tostdout, int fsbase);
H A Dcmd_snapshot.c55 hammer_cmd_snap(char **av, int ac, int tostdout, int fsbase) in hammer_cmd_snap() argument
135 if (tostdout) { in hammer_cmd_snap()