Home
last modified time | relevance | path

Searched refs:will_wont_resp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c90 char will_wont_resp[SUBBUFSIZE]; variable
333 if (((will_wont_resp[c] == 0) && my_state_is_will(c)) ||
337 will_wont_resp[c]++;
349 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
353 will_wont_resp[c]++;
478 if (will_wont_resp[option]) {
479 --will_wont_resp[option];
480 if (will_wont_resp[option] && my_state_is_will(option))
481 --will_wont_resp[option];
484 if (will_wont_resp[option] == 0) {
[all …]
H A Dutilities.c229 extern char will_wont_resp[], do_dont_resp[]; in optionstatus()
273 if (will_wont_resp[i]) { in optionstatus()
276 TELOPT(i), will_wont_resp[i]); in optionstatus()
279 TELCMD(i), will_wont_resp[i]); in optionstatus()
282 i, will_wont_resp[i]); in optionstatus()