HomeSort by relevance Sort by last modified time
    Searched refs:CURL_TELOPT_NEW_ENVIRON (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
arpa_telnet.h 36 #define CURL_TELOPT_NEW_ENVIRON 39 /* NEW ENVIRONment variables */
57 #define CURL_TELOPT_MAXIMUM CURL_TELOPT_NEW_ENVIRON
telnet.c 749 case CURL_TELOPT_NEW_ENVIRON:
789 case CURL_TELOPT_NEW_ENVIRON:
840 tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
871 tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
963 case CURL_TELOPT_NEW_ENVIRON:
965 "%c%c%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_NEW_ENVIRON,
    [all...]

Completed in 572 milliseconds