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

/haiku/src/bin/network/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.c765 if (my_state_is_wont(TELOPT_SGA))
847 if (my_state_is_wont(TELOPT_ECHO))
1150 if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) {
H A Dstate.c949 if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) ||
972 if (will_wont_resp[option] && my_state_is_wont(option))
/haiku/src/bin/network/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.c268 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
506 if (will_wont_resp[option] && my_state_is_wont(option))
2372 if (my_state_is_wont(TELOPT_NAWS))
H A Dcommands.c1753 if (my_state_is_wont(TELOPT_NEW_ENVIRON)
1755 && my_state_is_wont(TELOPT_OLD_ENVIRON)

Completed in 205 milliseconds