Searched refs:CURL_TELOPT (Results 1 – 2 of 2) sorted by relevance
59 #define CURL_TELOPT(x) telnetoptions[x] macro61 #define CURL_TELOPT(x) "" macro
288 opt = CURL_TELOPT(option); in printoption()684 infof(data, "%s ", CURL_TELOPT(i)); in printsub()690 infof(data, "%s", CURL_TELOPT(j)); in printsub()711 infof(data, "%s", CURL_TELOPT(pointer[0])); in printsub()714 infof(data, "%s (unsupported)", CURL_TELOPT(pointer[0])); in printsub()
Completed in 9 milliseconds