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

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c157 int us_preferred[256]; member in struct:TELNET
258 tn->us_preferred[CURL_TELOPT_SGA] = CURL_YES;
266 tn->us_preferred[CURL_TELOPT_BINARY] = CURL_YES;
301 if(tn->us_preferred[i] == CURL_YES)
610 if(tn->us_preferred[option] == CURL_YES) {
843 tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
854 tn->us_preferred[CURL_TELOPT_TTYPE] = CURL_YES;
862 tn->us_preferred[CURL_TELOPT_XDISPLOC] = CURL_YES;
874 tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
882 tn->us_preferred[CURL_TELOPT_NAW
[all...]

Completed in 74 milliseconds