Searched refs:my_state_is_wont (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h131 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
172 #define his_state_is_dont my_state_is_wont
H A Dstate.c824 if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) ||
847 if (will_wont_resp[option] && my_state_is_wont(option))
H A Dtelnetd.c839 if (my_state_is_wont(TELOPT_SGA))
912 if (my_state_is_wont(TELOPT_ECHO))
1198 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) {
/freebsd-10.2-release/contrib/telnet/telnetd/
H A Ddefs.h201 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
242 #define his_state_is_dont my_state_is_wont
H A Dtelnetd.c755 if (my_state_is_wont(TELOPT_SGA))
837 if (my_state_is_wont(TELOPT_ECHO))
1135 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) {
H A Dstate.c951 if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) ||
974 if (will_wont_resp[option] && my_state_is_wont(option))
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h129 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
157 #define his_state_is_dont my_state_is_wont
H A Dtelnet.c223 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
465 if (will_wont_resp[option] && my_state_is_wont(option))
2378 if (my_state_is_wont(TELOPT_NAWS))
H A Dcommands.c1684 if (my_state_is_wont(TELOPT_NEW_ENVIRON)
1686 && my_state_is_wont(TELOPT_OLD_ENVIRON)
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dexterns.h174 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
202 #define his_state_is_dont my_state_is_wont
H A Dtelnet.c301 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
539 if (will_wont_resp[option] && my_state_is_wont(option))
2402 if (my_state_is_wont(TELOPT_NAWS))
H A Dcommands.c1751 if (my_state_is_wont(TELOPT_NEW_ENVIRON)
1753 && my_state_is_wont(TELOPT_OLD_ENVIRON)

Completed in 73 milliseconds