Searched refs:TOSTOP (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 49 #ifndef TOSTOP 50 #define TOSTOP 0 macro 163 DATA(TOSTOP), in _nc_trace_ttymode() 166 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN) in _nc_trace_ttymode()
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 118 #define TOSTOP 0x00400000 /*SIGSTOP on background output*/ macro 138 #define LTOSTOP (TOSTOP>>16)
|
H A D | _termios.h | 173 #define TOSTOP 0x00400000 /* stop background jobs from output */ macro
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 162 { "tostop", TOSTOP, 0 }, 163 { "-tostop", 0, TOSTOP },
|
/freebsd/bin/stty/ |
H A D | modes.c | 163 { "tostop", TOSTOP, 0 }, 164 { "-tostop", 0, TOSTOP },
|
H A D | print.c | 102 put("-tostop", TOSTOP, 0); in print()
|
H A D | key.c | 257 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 87 termios.c_lflag &= ~(ECHOPRT|TOSTOP|FLUSHO); in stty_default()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 325 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatgetflags() 450 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags() 451 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags()
|
H A D | tty.c | 93 ECHOCTL|ISIG|ICANON|ALTWERASE|IEXTEN|TOSTOP|\ 532 if (tp->t_termios.c_lflag & TOSTOP) { in ttydev_write()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 257 #ifndef TOSTOP 258 #define TOSTOP 0 macro 362 | TOSTOP in reset_tty_settings()
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 131 const TOSTOP = 0x00400000; /* SIGTTOU on background output */ variable
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 135 TTYMODE(TOSTOP, c_lflag, 58)
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 270 # ifdef TOSTOP 271 { "tostop", TOSTOP, M_LINED }, 372 # ifdef TOSTOP 373 { "tostop", TOSTOP, M_CONTROL },
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 169 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); in cfmakeraw()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 341 #ifdef TOSTOP 342 {"tostop", TOSTOP, MD_LIN},
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 467 if (bios->c_lflag & TOSTOP) in bsd_to_linux_termios() 586 bios->c_lflag |= TOSTOP; in linux_to_bsd_termios()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 13965 + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
|