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

  /src/libexec/telnetd/
global.c 54 char will_wont_resp[256]; variable in typeref:typename:char[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...]

Completed in 11 milliseconds