Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c326 extern int want_status_response;
329 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
780 if (--want_status_response < 0)
781 want_status_response = 0;
H A Dtelnet.c2496 int want_status_response = 0; variable
2520 ++want_status_response; in get_status()