Home
last modified time | relevance | path

Searched refs:my_want_state_is_do (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h165 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO) macro
170 #define my_want_state_is_dont(opt) (!my_want_state_is_do(opt))
195 #define his_want_state_is_will my_want_state_is_do
H A Dterminal.c177 if (my_want_state_is_do(TELOPT_BINARY)) in getconnmode()
H A Dcommands.c664 my_want_state_is_do(TELOPT_BINARY)) {
675 my_want_state_is_do(TELOPT_BINARY)) {
704 val = my_want_state_is_do(TELOPT_BINARY) ? 0 : 1;
707 if (my_want_state_is_do(TELOPT_BINARY)) {
H A Dtelnet.c300 my_want_state_is_do(c))
431 if ((do_dont_resp[option] == 0) && my_want_state_is_do(option)) {
2158 /* X */ && (!kludgelinemode || my_want_state_is_do(TELOPT_SGA))
H A Dutilities.c240 if (my_want_state_is_do(i)) { in optionstatus()