Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h169 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
197 #define his_state_is_dont my_state_is_wont
H A Dtelnet.c347 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
587 if (will_wont_resp[option] && my_state_is_wont(option))
2606 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()
H A Dcommands.c1962 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()
1964 /* old style */ && my_state_is_wont(TELOPT_OLD_ENVIRON) in env_send()