Home
last modified time | relevance | path

Searched refs:my_state_is_wont (Results 1 – 6 of 6) sorted by relevance

/original-bsd/libexec/telnetd/
H A Ddefs.h213 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
254 #define his_state_is_dont my_state_is_wont
H A Dtelnetd.c925 if (my_state_is_wont(TELOPT_SGA))
1009 if (my_state_is_wont(TELOPT_ECHO))
1361 my_state_is_wont(TELOPT_BINARY) && newmap)
1365 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) {
H A Dstate.c951 if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) ||
976 if (will_wont_resp[option] && my_state_is_wont(option))
/original-bsd/usr.bin/telnet/
H A Dexterns.h164 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
192 #define his_state_is_dont my_state_is_wont
H A Dtelnet.c285 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
553 if (will_wont_resp[option] && my_state_is_wont(option))
2581 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()
H A Dcommands.c1779 if (my_state_is_wont(TELOPT_NEW_ENVIRON)
1781 && my_state_is_wont(TELOPT_OLD_ENVIRON)