Searched defs:TCSADRAIN (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/include/
H A Dtermios.h58 #define TCSADRAIN 1 /* drain output, then change */ macro
/freebsd-9.3-release/usr.bin/mail/
H A Dtty.c112 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
120 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
127 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
135 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
148 tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); local
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c84 # define TCSADRAIN TCSETSW macro
89 # define TCSADRAIN TCSETAW macro
93 # define TCSADRAIN TIOCSETAW macro
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c54 # define TCSADRAIN TCSETSW macro
59 # define TCSADRAIN TCSETAW macro
63 # define TCSADRAIN TIOCSETAW macro
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c96 # define TCSADRAIN TCSETSW macro
101 # define TCSADRAIN TCSETAW macro
105 # define TCSADRAIN TIOCSETAW macro
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c131 # define TCSADRAIN TCSETSW macro
136 # define TCSADRAIN TCSETAW macro
140 # define TCSADRAIN TIOCSETAW macro

Completed in 67 milliseconds