HomeSort by: relevance | last modified time | path
    Searched defs:csherr (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/csh/
csh.c 80 FILE *cshin, *cshout, *csherr; variable in typeref:typename:FILE ***
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);
    [all...]

Completed in 11 milliseconds