Searched refs:TIOCEXT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dtty.c71 # ifdef TIOCEXT
73 # endif /* TIOCEXT */
97 # ifdef TIOCEXT
101 if (ioctl(fileno(stdin), TIOCEXT, &flag) < 0)
102 warn("TIOCEXT: off");
104 # endif /* TIOCEXT */
151 # ifdef TIOCEXT
154 if (ioctl(fileno(stdin), TIOCEXT, &flag) < 0)
155 warn("TIOCEXT: on");
157 # endif /* TIOCEXT */
[all...]
/freebsd-9.3-release/sys/sys/
H A Dttycom.h89 #define TIOCEXT _IOW('t', 96, int) /* pty: external processing */ macro
/freebsd-9.3-release/bin/stty/
H A Dkey.c198 (void)ioctl(ip->fd, TIOCEXT, &tmp);
201 (void)ioctl(ip->fd, TIOCEXT, &tmp);
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c445 #ifdef TIOCEXT
447 (void) ioctl(pty, TIOCEXT, (char *)&on);
449 #else /* !TIOCEXT */
456 #endif /* TIOCEXT */

Completed in 79 milliseconds