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

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c129 #define CURL_YES 1 macro
258 tn->us_preferred[CURL_TELOPT_SGA] = CURL_YES;
259 tn->him_preferred[CURL_TELOPT_SGA] = CURL_YES;
266 tn->us_preferred[CURL_TELOPT_BINARY] = CURL_YES;
267 tn->him_preferred[CURL_TELOPT_BINARY] = CURL_YES;
275 tn->him_preferred[CURL_TELOPT_ECHO] = CURL_YES;
288 tn->subnegotiation[CURL_TELOPT_NAWS] = CURL_YES;
301 if(tn->us_preferred[i] == CURL_YES)
302 set_local_option(conn, i, CURL_YES);
304 if(tn->him_preferred[i] == CURL_YES)
[all...]

Completed in 104 milliseconds