Home
last modified time | relevance | path

Searched refs:TOSTOP (Results 1 – 18 of 18) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h62 #define TOSTOP O_TOSTOP macro
H A Dtermios.h206 #define TOSTOP 0x00000100 macro
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c218 "tostop", TOSTOP, 0,
219 "-tostop", 0, TOSTOP,
H A Dstty.c425 if (m&TOSTOP) in prmodes()
609 (void) printf("-tostop "+((m&TOSTOP) != 0)); in pramodes()
/titanic_44/usr/src/uts/common/sys/
H A Dioctl.h125 #define TOSTOP O_TOSTOP macro
H A Dtermios.h302 #define TOSTOP 0000400 macro
/titanic_44/usr/src/ucbhead/sys/
H A Dioctl.h122 #define TOSTOP O_TOSTOP macro
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c218 "tostop", TOSTOP, 0,
219 "-tostop", 0, TOSTOP,
H A Dstty.c387 if (m & TOSTOP) in prmodes()
557 (void) fprintf(output, "-tostop " + ((m & TOSTOP) != 0)); in pramodes()
/titanic_44/usr/src/head/rpcsvc/
H A Drex.x133 const TOSTOP = 0x00400000; /* SIGTTOU on background output */ variable
/titanic_44/usr/src/cmd/rexd/
H A Drex.x127 const TOSTOP = 0x00400000; /* SIGTTOU on background output */ variable
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h156 TTYMODE(TOSTOP, c_lflag, 58)
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c177 "tostop", TOSTOP, 0,
178 "-tostop", 0, TOSTOP,
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h206 #define TOSTOP 0x00000100 macro
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c280 #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 Djobs.c425 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 Dttcompat.c1285 termiosp->c_lflag |= TOSTOP; in from_compat()
1430 if (termiosp->c_lflag & TOSTOP) in to_compat()
H A Dldterm.c4814 if ((oldmodep->c_lflag ^ tp->t_modes.c_lflag) & TOSTOP) { in chgstropts()
4818 if (tp->t_modes.c_lflag & TOSTOP) in chgstropts()