Searched refs:TIOCSETN (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 199 (void) ioctl(SHIN, TIOCSETN, (ioctl_t) & tty); in back_to_col_1() 201 (void) ioctl(SHIN, TIOCSETN, (ioctl_t) & tty_normal); in back_to_col_1() 262 (void) ioctl(SHOUT, TIOCSETN, (ioctl_t) & tty); in pushback() 266 (void) ioctl(SHOUT, TIOCSETN, (ioctl_t) & tty_normal); in pushback()
|
H A D | ed.term.c | 731 # ifdef TIOCSETN in tty_setty() 732 RETRY(ioctl(fd, TIOCSETN, (ioctl_t) &td->d_t)); in tty_setty()
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 78 #define TIOCSETN _IOW('t',10, struct sgttyb) /* as above, but no flush */ macro
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 100 case TIOCSETN: { in ttsetcompat() 184 case TIOCSETN: in tty_ioctl_compat()
|
H A D | tty.c | 600 case TIOCSETN: in ttydev_ioctl()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 669 ioctl(tin, TIOCSETN, (char *)&sb); in TerminalNewMode()
|
/freebsd/contrib/less/ |
H A D | screen.c | 635 ioctl(tty, TIOCSETN, &s); in raw_mode()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 339 is now changed to TIOCSETN.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2136 unsigned IOCTL_TIOCSETN = TIOCSETN;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1051 _(TIOCSETN, READ, 0);
|