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