HomeSort by: relevance | last modified time | path
    Searched refs:will_wont_resp (Results 1 - 5 of 5) sorted by relevancy

  /src/libexec/telnetd/
global.c 54 char will_wont_resp[256]; variable in typeref:typename:char[256]
state.c 793 if ((will_wont_resp[option] == 0 && my_state_is_will(option))||
797 will_wont_resp[option]++;
826 if (will_wont_resp[option]) {
827 will_wont_resp[option]--;
828 if (will_wont_resp[option] && my_state_is_will(option))
829 will_wont_resp[option]--;
831 if ((will_wont_resp[option] == 0) && (my_want_state_is_wont(option))) {
935 will_wont_resp[option]++;
947 if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) ||
951 will_wont_resp[option]++
    [all...]
ext.h 39 extern char will_wont_resp[256];
  /src/usr.bin/telnet/
telnet.c 86 char will_wont_resp[256]; variable in typeref:typename:char[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)
    [all...]
utilities.c 212 extern char will_wont_resp[], do_dont_resp[];
248 if (will_wont_resp[i]) {
250 printf("resp WILL_WONT %s: %d\n", TELOPT(i), will_wont_resp[i]);
252 printf("resp WILL_WONT %s: %d\n", TELCMD(i), will_wont_resp[i]);
255 i, will_wont_resp[i]);

Completed in 13 milliseconds