Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyve_sol_glue.c35 TOSTOP|PENDIN); in cfmakeraw()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c226 "tostop", TOSTOP, 0,
227 "-tostop", 0, TOSTOP,
H A Dstty.c430 if (m&TOSTOP) in prmodes()
616 (void) printf("-tostop "+((m&TOSTOP) != 0)); in pramodes()
/illumos-gate/usr/src/uts/common/sys/
H A Dioctl.h123 #define TOSTOP O_TOSTOP macro
H A Dtermios.h304 #define TOSTOP 0000400 macro
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c226 "tostop", TOSTOP, 0,
227 "-tostop", 0, TOSTOP,
H A Dstty.c388 if (m & TOSTOP) in prmodes()
558 (void) fprintf(output, "-tostop " + ((m & TOSTOP) != 0)); in pramodes()
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h120 #define TOSTOP O_TOSTOP macro
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c175 "tostop", TOSTOP, 0,
176 "-tostop", 0, TOSTOP,
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c282 #ifdef TOSTOP
283 { "tostop", BIT, L_FLAG, NL|US, TOSTOP, TOSTOP, C("Stop (do not stop) background jobs that try to w…
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1187 termiosp->c_lflag |= TOSTOP; in from_compat()
1332 if (termiosp->c_lflag & TOSTOP) in to_compat()
H A Dldterm.c4835 if ((oldmodep->c_lflag ^ tp->t_modes.c_lflag) & TOSTOP) { in chgstropts()
4839 if (tp->t_modes.c_lflag & TOSTOP) in chgstropts()