Home
last modified time | relevance | path

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

/openbsd/usr.bin/telnet/
H A Dexterns.h107 #define my_state_is_wont(opt) (!my_state_is_will(opt)) macro
135 #define his_state_is_dont my_state_is_wont
H A Dtelnet.c234 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) || in send_wont()
441 if (will_wont_resp[option] && my_state_is_wont(option)) in dontoption()
2141 if (my_state_is_wont(TELOPT_NAWS)) in sendnaws()
H A Dcommands.c1532 if (my_state_is_wont(TELOPT_NEW_ENVIRON) in env_send()