Home
last modified time | relevance | path

Searched refs:workstdout (Results 1 – 4 of 4) sorted by relevance

/dragonfly/gnu/usr.bin/rcs/co/
HDco.c360 neworkptr = workstdout = stdout;
511 Ofclose(workstdout);
523 if (fcopy!=workstdout) Ozclose(&fcopy); in cleanup()
525 if (neworkptr!=workstdout) Ozclose(&neworkptr); in cleanup()
807 if (lastjoin<=i+2 && workstdout) *p++ = "-p";
/dragonfly/gnu/usr.bin/rcs/lib/
HDrcsfnms.c196 FILE *workstdout; variable
790 if (paired && workstdout)
1090 case 'p': workstdout = stdout;
HDrcslex.c1172 if (fflush(workstdout ? workstdout : stdout) != 0 && !Oerrloop) in oflush()
HDrcsbase.h504 extern FILE *workstdout;