HomeSort by: relevance | last modified time | path
    Searched refs:cshin (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/csh/
csh.c 80 FILE *cshin, *cshout, *csherr; variable
210 cshin = stdin;
289 * Closing cshin cshout and csherr (which are really stdin stdout
291 * gives us again stdin == cshin stdout == cshout and stderr == csherr.
298 (void)fclose(cshin);
301 if (!(cshin = funopen2((void *) &SHIN, readf, writef, seekf, NULL,
310 (void)setvbuf(cshin, NULL, _IOLBF, 0);
csh.h 93 extern FILE *cshin, *cshout, *csherr;
set.c 570 el = el_init_fd(getprogname(), cshin, cshout, csherr,

Completed in 17 milliseconds