Searched refs:TOSTOP (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dstty_default.c87 termios.c_lflag &= ~(ECHOPRT|TOSTOP|FLUSHO);
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dshtty.h52 # undef TOSTOP macro
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c53 #ifndef TOSTOP
54 #define TOSTOP 0 macro
156 {TOSTOP, "TOSTOP"},
159 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h166 #define TOSTOP 0x00400000 /*SIGSTOP on background output*/ macro
186 #define LTOSTOP (TOSTOP>>16)
H A Dtermios.h255 #define TOSTOP 0x00400000 /* stop background jobs from output */ macro
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x138 const TOSTOP = 0x00400000; /* SIGTTOU on background output */
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dttymodes.h141 TTYMODE(TOSTOP, c_lflag, 58)
/macosx-10.10.1/adv_cmds-158/stty/
H A Dmodes.c180 { "tostop", TOSTOP, 0 },
181 { "-tostop", 0, TOSTOP },
H A Dkey.c269 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH)
H A Dprint.c124 put("-tostop", TOSTOP, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c571 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
722 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
723 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty.c2353 ISSET(tp->t_lflag, TOSTOP) && (p->p_lflag & P_LPPWAIT) == 0 &&
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c198 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.term.c273 # ifdef TOSTOP
274 { "tostop", TOSTOP, M_LINED },
275 # endif /* TOSTOP */
375 # ifdef TOSTOP
376 { "tostop", TOSTOP, M_CONTROL },
377 # endif /* TOSTOP */
/macosx-10.10.1/ksh-23/ksh/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 write to the terminal") },
284 #endif /* TOSTOP */
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtset.c836 #ifdef TOSTOP
837 | TOSTOP
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c337 #ifdef TOSTOP
338 {"tostop", TOSTOP, MD_LIN},
339 #endif /* TOSTOP */
/macosx-10.10.1/libedit-40/src/
H A Dtty.c338 #ifdef TOSTOP
339 {"tostop", TOSTOP, MD_LIN},
340 #endif /* TOSTOP */
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dtty.c329 #ifdef TOSTOP
330 {"tostop", TOSTOP, MD_LIN},
331 #endif /* TOSTOP */
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c41 #undef TOSTOP macro
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c224 | ISIG | NOFLSH | TOSTOP | PENDIN)

Completed in 308 milliseconds