Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/telnet/
Dtelnet.c57 char will_wont_resp[256]; variable
218 if (((will_wont_resp[c] == 0) && my_state_is_will(c)) ||
222 will_wont_resp[c]++;
234 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
238 will_wont_resp[c]++;
394 if (will_wont_resp[option]) {
395 --will_wont_resp[option];
396 if (will_wont_resp[option] && my_state_is_will(option))
397 --will_wont_resp[option];
400 if (will_wont_resp[option] == 0) {
[all …]
Dutilities.c200 extern char will_wont_resp[], do_dont_resp[]; in optionstatus()
236 if (will_wont_resp[i]) { in optionstatus()
238 printf("resp WILL_WONT %s: %d\n", TELOPT(i), will_wont_resp[i]); in optionstatus()
240 printf("resp WILL_WONT %s: %d\n", TELCMD(i), will_wont_resp[i]); in optionstatus()
243 i, will_wont_resp[i]); in optionstatus()
Dext.h44 extern char will_wont_resp[256];