Searched refs:will_wont_resp (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c46 char will_wont_resp[256]; variable
H A Dstate.c702 if ((will_wont_resp[option] == 0 && my_state_is_will(option))||
706 will_wont_resp[option]++;
733 if (will_wont_resp[option]) {
734 will_wont_resp[option]--;
735 if (will_wont_resp[option] && my_state_is_will(option))
736 will_wont_resp[option]--;
738 if ((will_wont_resp[option] == 0) && (my_want_state_is_wont(option))) {
812 will_wont_resp[option]++;
824 if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) ||
828 will_wont_resp[optio
[all...]
H A Dext.h46 extern char will_wont_resp[256];
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c791 if ((will_wont_resp[option] == 0 && my_state_is_will(option))||
795 will_wont_resp[option]++;
824 if (will_wont_resp[option]) {
825 will_wont_resp[option]--;
826 if (will_wont_resp[option] && my_state_is_will(option))
827 will_wont_resp[option]--;
829 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[optio
[all...]
H A Dext.h42 EXTERN char will_wont_resp[256]; variable
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c55 char will_wont_resp[256]; variable
208 if (((will_wont_resp[c] == 0) && my_state_is_will(c)) ||
212 will_wont_resp[c]++;
223 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
227 will_wont_resp[c]++;
355 if (will_wont_resp[option]) {
356 --will_wont_resp[option];
357 if (will_wont_resp[option] && my_state_is_will(option))
358 --will_wont_resp[option];
361 if (will_wont_resp[optio
[all...]
H A Dutilities.c215 if (will_wont_resp[i]) {
217 printf("resp WILL_WONT %s: %d\n", TELOPT(i), will_wont_resp[i]);
219 printf("resp WILL_WONT %s: %d\n", TELCMD(i), will_wont_resp[i]);
222 i, will_wont_resp[i]);
H A Dexterns.h102 will_wont_resp[],
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c86 char will_wont_resp[256]; variable
280 if (((will_wont_resp[c] == 0) && my_state_is_will(c)) ||
284 will_wont_resp[c]++;
297 if (((will_wont_resp[c] == 0) && my_state_is_wont(c)) ||
301 will_wont_resp[c]++;
425 if (will_wont_resp[option]) {
426 --will_wont_resp[option];
427 if (will_wont_resp[option] && my_state_is_will(option))
428 --will_wont_resp[option];
431 if (will_wont_resp[optio
[all...]
H A Dutilities.c211 extern char will_wont_resp[], do_dont_resp[];
247 if (will_wont_resp[i]) {
249 printf("resp WILL_WONT %s: %d\n", TELOPT(i), will_wont_resp[i]);
251 printf("resp WILL_WONT %s: %d\n", TELCMD(i), will_wont_resp[i]);
254 i, will_wont_resp[i]);

Completed in 126 milliseconds