Searched refs:TIOCPKT_NOSTOP (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h61 #ifndef TIOCPKT_NOSTOP
62 #define TIOCPKT_NOSTOP 0x10 macro
H A Dtelnetd.c1171 (TIOCPKT_NOSTOP|TIOCPKT_DOSTOP))) {
1306 ibuf[0] = newflow ? TIOCPKT_DOSTOP : TIOCPKT_NOSTOP;
/freebsd-10.2-release/sys/sys/
H A Dttycom.h124 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
/freebsd-10.2-release/sys/kern/
H A Dtty_pts.c670 case TIOCPKT_NOSTOP:
674 psc->pts_pkt &= ~TIOCPKT_NOSTOP;
H A Dtty.c1624 ttydevsw_pktnotify(tp, TIOCPKT_NOSTOP);
/freebsd-10.2-release/libexec/rlogind/
H A Drlogind.c387 #define pkcontrol(c) ((c)&(TIOCPKT_FLUSHWRITE|TIOCPKT_NOSTOP|TIOCPKT_DOSTOP))
/freebsd-10.2-release/usr.bin/rlogin/
H A Drlogin.c551 if (!eight && (mark & TIOCPKT_NOSTOP)) {
/freebsd-10.2-release/contrib/telnet/telnetd/
H A Dtelnetd.c1108 (TIOCPKT_NOSTOP|TIOCPKT_DOSTOP))) {

Completed in 132 milliseconds