Home | History | Annotate | Download | only in telnet

Lines Matching defs:will_wont_resp

86 char	will_wont_resp[256];
286 if (((will_wont_resp[c] == 0) && my_state_is_will(c)) ||
290 will_wont_resp[c]++;
301 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
305 will_wont_resp[c]++;
428 if (will_wont_resp[option]) {
429 --will_wont_resp[option];
430 if (will_wont_resp[option] && my_state_is_will(option))
431 --will_wont_resp[option];
434 if (will_wont_resp[option] == 0) {
498 will_wont_resp[option]++;
526 if (will_wont_resp[option]) {
527 --will_wont_resp[option];
528 if (will_wont_resp[option] && my_state_is_wont(option))
529 --will_wont_resp[option];
532 if ((will_wont_resp[option] == 0) && my_want_state_is_will(option)) {