Home
last modified time | relevance | path

Searched refs:TIOCPKT_NOSTOP (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dttycom.h102 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
/dragonfly/sys/kern/
H A Dtty_pty.c1309 pti->pt_send &= ~TIOCPKT_NOSTOP; in ptyioctl()
1317 pti->pt_send |= TIOCPKT_NOSTOP; in ptyioctl()
/dragonfly/libexec/telnetd/
H A Dtelnetd.c1071 (TIOCPKT_NOSTOP|TIOCPKT_DOSTOP))) { in telnet()