Searched refs:will_wont_resp (Results 1 – 2 of 2) sorted by relevance
88 char will_wont_resp[SUBBUFSIZE]; variable331 if (((will_wont_resp[c] == 0) && my_state_is_will(c)) ||335 will_wont_resp[c]++;347 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||351 will_wont_resp[c]++;476 if (will_wont_resp[option]) {477 --will_wont_resp[option];478 if (will_wont_resp[option] && my_state_is_will(option))479 --will_wont_resp[option];482 if (will_wont_resp[option] == 0) {[all …]
227 extern char will_wont_resp[], do_dont_resp[]; in optionstatus()271 if (will_wont_resp[i]) { in optionstatus()274 TELOPT(i), will_wont_resp[i]); in optionstatus()277 TELCMD(i), will_wont_resp[i]); in optionstatus()280 i, will_wont_resp[i]); in optionstatus()