Searched refs:want_status_response (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/telnet/telnet/
H A Dutilities.c295 extern int want_status_response;
298 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
669 if (--want_status_response < 0)
670 want_status_response = 0;
H A Dtelnet.c2262 int want_status_response = 0;
2286 ++want_status_response;
2253 int want_status_response = 0; variable
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c259 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
631 if (--want_status_response < 0)
632 want_status_response = 0;
H A Dexterns.h444 extern int want_status_response;
H A Dtelnet.c2269 int want_status_response = 0; variable
2293 ++want_status_response;

Completed in 89 milliseconds