Home
last modified time | relevance | path

Searched refs:my_state_is_will (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/telnet/
Ddefs.h118 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL) macro
123 #define my_state_is_wont(opt) (!my_state_is_will(opt))
159 #define his_state_is_do my_state_is_will
Dexterns.h125 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL) macro
130 #define my_state_is_wont(opt) (!my_state_is_will(opt))
153 #define his_state_is_do my_state_is_will
Dtelnet.c218 if (((will_wont_resp[c] == 0) && my_state_is_will(c)) ||
396 if (will_wont_resp[option] && my_state_is_will(option))
432 if (my_state_is_will(TELOPT_OLD_ENVIRON))
436 if (my_state_is_will(TELOPT_NEW_ENVIRON))
530 if (my_state_is_will(option))
1186 if (my_state_is_will(TELOPT_LINEMODE)) in slc_mode_export()
1195 if (my_state_is_will(TELOPT_LINEMODE))
Dutilities.c260 if (my_state_is_will(i)) { in optionstatus()