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

  /src/bin/csh/
file.c 147 (void)tcgetattr(SHOUT, &tty);
151 (void)tcsetattr(SHOUT, TCSADRAIN, &tty);
152 (void)write(SHOUT, "\r", 1);
153 (void)tcsetattr(SHOUT, TCSADRAIN, &tty_normal);
174 (void)tcgetattr(SHOUT, &tty);
180 (void)tcsetattr(SHOUT, TCSADRAIN, &tty);
187 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &c);
189 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &svchars[i]);
196 if (ioctl(SHOUT, FIONREAD, (ioctl_t) &nbuf) ||
208 if (read(SHOUT, &buf, nbuf) != (ssize_t)nbuf
    [all...]
exec.c 187 SHOUT = 1;
381 oSHOUT = SHOUT;
386 saveOUT = dcopy(SHOUT, -1);
396 SHOUT = dcopy(1, -1);
409 (void)close(SHOUT);
413 SHOUT = dmove(saveOUT, oSHOUT);
sem.c 250 oSHOUT = SHOUT;
272 SHOUT = oSHOUT;
384 (void) ioctl(SHOUT = dcopy(1, FSHOUT), FIOCLEX, NULL);
540 (void)dcopy(SHOUT, 1);
576 (void)dcopy(SHOUT, 1);
606 (void)dup(SHOUT);
func.c 1385 oSHOUT = SHOUT;
1406 saveOUT = dcopy(SHOUT, -1);
1415 SHOUT = dcopy(1, -1);
1427 if (SHOUT != -1)
1428 (void)close(SHOUT);
1432 SHOUT = dmove(saveOUT, oSHOUT);
csh.c 120 int SHOUT;
304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL,
493 if (intty || (intact && isatty(SHOUT))) {
507 if (loginsh || intact || (intty && isatty(SHOUT)))
909 ftmp = SHOUT;
910 SHOUT = fp;
913 SHOUT = ftmp;
1385 (void)ioctl(SHOUT = dcopy(1, FSHOUT), FIOCLEX, NULL);
misc.c 241 if (f != SHIN && f != SHOUT && f != SHERR && f != OLDSTD &&
csh.h 168 extern int SHOUT; /* Shell output */
set.c 571 SHIN, SHOUT, SHERR);

Completed in 17 milliseconds