Searched refs:CURL_DONT (Results 1 – 2 of 2) sorted by relevance
/curl/lib/ |
H A D | arpa_telnet.h | 82 #define CURL_DONT 254 /* DON'T use this option! */ macro
|
H A D | telnet.c | 284 (cmd == CURL_DONT) ? "DONT" : 0; in printoption() 372 send_negotiation(data, CURL_DONT, option); in set_remote_option() 410 send_negotiation(data, CURL_DONT, option); in rec_will() 440 send_negotiation(data, CURL_DONT, option); in rec_will() 458 send_negotiation(data, CURL_DONT, option); in rec_wont() 1128 case CURL_DONT: in telrcv() 1171 printoption(data, "RCVD", CURL_DONT, c); in telrcv()
|
Completed in 12 milliseconds