/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ioctl.h | 62 #define TOSTOP O_TOSTOP macro
|
H A D | termios.h | 206 #define TOSTOP 0x00000100 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 218 "tostop", TOSTOP, 0, 219 "-tostop", 0, TOSTOP,
|
H A D | stty.c | 425 if (m&TOSTOP) in prmodes() 609 (void) printf("-tostop "+((m&TOSTOP) != 0)); in pramodes()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ioctl.h | 125 #define TOSTOP O_TOSTOP macro
|
H A D | termios.h | 302 #define TOSTOP 0000400 macro
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 122 #define TOSTOP O_TOSTOP macro
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 218 "tostop", TOSTOP, 0, 219 "-tostop", 0, TOSTOP,
|
H A D | stty.c | 387 if (m & TOSTOP) in prmodes() 557 (void) fprintf(output, "-tostop " + ((m & TOSTOP) != 0)); in pramodes()
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | rex.x | 133 const TOSTOP = 0x00400000; /* SIGTTOU on background output */ variable
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | rex.x | 127 const TOSTOP = 0x00400000; /* SIGTTOU on background output */ variable
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 156 TTYMODE(TOSTOP, c_lflag, 58)
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 177 "tostop", TOSTOP, 0, 178 "-tostop", 0, TOSTOP,
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 206 #define TOSTOP 0x00000100 macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 280 #ifdef TOSTOP 281 { "tostop", BIT, L_FLAG, NL|US, TOSTOP, TOSTOP, C("Stop (do not stop) background jobs that try to w…
|
/titanic_44/usr/src/cmd/sh/ |
H A D | jobs.c | 425 jp->j_stty.c_lflag &= ~TOSTOP; in restartjob() 426 jp->j_stty.c_lflag |= (mystty.c_lflag&TOSTOP); in restartjob()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1285 termiosp->c_lflag |= TOSTOP; in from_compat() 1430 if (termiosp->c_lflag & TOSTOP) in to_compat()
|
H A D | ldterm.c | 4814 if ((oldmodep->c_lflag ^ tp->t_modes.c_lflag) & TOSTOP) { in chgstropts() 4818 if (tp->t_modes.c_lflag & TOSTOP) in chgstropts()
|