Home | History | Annotate | Download | only in csh

Lines Matching defs:cshout

80 FILE *cshin, *cshout, *csherr;
211 cshout = stdout;
289 * Closing cshin cshout and csherr (which are really stdin stdout
291 * gives us again stdin == cshin stdout == cshout and stderr == csherr.
299 (void)fclose(cshout);
304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL,
311 (void)setvbuf(cshout, NULL, _IOLBF, 0);
663 (void)fprintf(cshout, "logout\n");
669 (void)fprintf(cshout, "exit\n");
1032 (void)fprintf(cshout, "\n");
1039 (void)fpurge(cshout);
1057 (void)fputc('\r', cshout);
1058 (void)fputc('\n', cshout);
1152 (void)fflush(cshout);
1284 (void)fprintf(cshout, "You have %smail.\n", new ? "new " : "");
1286 (void)fprintf(cshout, "%s in %s.\n", new ? "New mail" : "Mail",
1446 (void)fprintf(cshout, "%d", eventno + 1);
1450 (void)vis_fputc(*cp | QUOTE, cshout);
1457 (void)fprintf(cshout, "? ");
1458 (void)fflush(cshout);