Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c88 char will_wont_resp[SUBBUFSIZE]; variable
335 will_wont_resp[c]++;
351 will_wont_resp[c]++;
476 if (will_wont_resp[option]) {
477 --will_wont_resp[option];
479 --will_wont_resp[option];
482 if (will_wont_resp[option] == 0) {
556 will_wont_resp[option]++;
585 if (will_wont_resp[option]) {
586 --will_wont_resp[option];
[all …]
H A Dutilities.c227 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()