Searched refs:DONT (Results 1 – 14 of 14) sorted by relevance
/third_party/toybox/toys/pending/ |
D | telnet.c | 122 put_iac(6, IAC,DONT,TELOPT_ECHO,IAC,DONT, TELOPT_SGA); in handle_esc() 187 if(ddww == DONT) break; in handle_ddww() 193 put_iac(3, IAC,DONT,TELOPT_ECHO); in handle_ddww() 204 put_iac(3, IAC,DONT,TELOPT_SGA); in handle_ddww() 220 if(ddww == WILL) put_iac(3, IAC,DONT,opt); in handle_ddww() 242 case DONT: /* FALLTHROUGH */ in read_server()
|
/third_party/curl/tests/ |
D | negtelnetserver.py | 130 DONT = 5 variable in Negotiator 159 elif self.state in [self.WILL, self.WONT, self.DO, self.DONT]: 199 elif byte_int == NegTokens.DONT: 202 self.state = self.DONT 242 self.send_iac([NegTokens.DONT, NegOptions.to_val(option_str)]) 277 DONT = 254 variable in NegTokens
|
/third_party/python/Lib/ |
D | telnetlib.py | 51 DONT = bytes([254]) variable 447 if c in (DO, DONT, WILL, WONT): 475 if cmd in (DO, DONT): 488 self.sock.sendall(IAC + DONT + opt)
|
/third_party/musl/include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | plugin_guidelines | 82 DONT!! 141 DONT!!
|
/third_party/python/Doc/library/ |
D | telnetlib.rst | 23 The symbolic constants for the telnet commands are: IAC, DONT, DO, WONT, WILL, 224 (DO/DONT/WILL/WONT), option). No other action is done afterwards by telnetlib.
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | CodingStandard.md | 34 * {DONT} use C++ exceptions, they are disabled in the builds and not caught.
|
/third_party/python/Lib/test/ |
D | test_telnetlib.py | 360 (tl.IAC + tl.DONT + bytes([1]), ": IAC DONT 1\n"),
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 3109 DONT
|
/third_party/python/Misc/ |
D | HISTORY | 14109 DO/DONT correctly.
|