| /freebsd-14.2/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-14.2/sys/sys/ |
| H A D | ioctl_compat.h | 120 #define TOSTOP 0x00400000 /*SIGSTOP on background output*/ macro 140 #define LTOSTOP (TOSTOP>>16)
|
| H A D | _termios.h | 175 #define TOSTOP 0x00400000 /* stop background jobs from output */ macro
|
| /freebsd-14.2/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 168 { "tostop", TOSTOP, 0 }, 169 { "-tostop", 0, TOSTOP },
|
| /freebsd-14.2/bin/stty/ |
| H A D | modes.c | 169 { "tostop", TOSTOP, 0 }, 170 { "-tostop", 0, TOSTOP },
|
| H A D | print.c | 108 put("-tostop", TOSTOP, 0); in print()
|
| H A D | key.c | 263 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
|
| /freebsd-14.2/crypto/heimdal/appl/login/ |
| H A D | stty_default.c | 87 termios.c_lflag &= ~(ECHOPRT|TOSTOP|FLUSHO); in stty_default()
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 257 #ifndef TOSTOP 258 #define TOSTOP 0 macro 362 | TOSTOP in reset_tty_settings()
|
| /freebsd-14.2/sys/kern/ |
| H A D | tty_compat.c | 327 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatgetflags() 452 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags() 453 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-14.2/include/rpcsvc/ |
| H A D | rex.x | 139 const TOSTOP = 0x00400000; /* SIGTTOU on background output */ variable
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ttymodes.h | 135 TTYMODE(TOSTOP, c_lflag, 58)
|
| /freebsd-14.2/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-14.2/lib/libc/gen/ |
| H A D | termios.c | 171 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); in cfmakeraw()
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | tty.c | 341 #ifdef TOSTOP 342 {"tostop", TOSTOP, MD_LIN},
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_ioctl.c | 460 if (bios->c_lflag & TOSTOP) in bsd_to_linux_termios() 577 bios->c_lflag |= TOSTOP; in linux_to_bsd_termios()
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | NEWS | 13965 + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
|