Home | History | Annotate | Download | only in csh

Lines Matching defs:csherr

80 FILE *cshin, *cshout, *csherr;
212 csherr = stderr;
289 * Closing cshin cshout and csherr (which are really stdin stdout
291 * gives us again stdin == cshin stdout == cshout and stderr == csherr.
300 (void)fclose(csherr);
307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL,
312 (void)setvbuf(csherr, NULL, _IOLBF, 0);
584 (void)fprintf(csherr, "Warning: no access to tty (%s).\n",
586 (void)fprintf(csherr, "Thus no job control in this shell.\n");
1166 fflush(csherr);
1168 prlex(csherr, &paraml);
1169 fflush(csherr);