Home
last modified time | relevance | path

Searched refs:want_status_response (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c324 extern int want_status_response;
327 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
778 if (--want_status_response < 0)
779 want_status_response = 0;
H A Dtelnet.c2494 int want_status_response = 0; variable
2518 ++want_status_response; in get_status()