Home
last modified time | relevance | path

Searched refs:DONT (Results 1 – 14 of 14) sorted by relevance

/third_party/toybox/toys/pending/
Dtelnet.c122 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/
Dnegtelnetserver.py130 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/
Dtelnetlib.py51 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/
Dtelnet.h5 #define DONT 254 macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/musl/ndk_musl_include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dplugin_guidelines82 DONT!!
141 DONT!!
/third_party/python/Doc/library/
Dtelnetlib.rst23 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/
DCodingStandard.md34 * {DONT} use C++ exceptions, they are disabled in the builds and not caught.
/third_party/python/Lib/test/
Dtest_telnetlib.py360 (tl.IAC + tl.DONT + bytes([1]), ": IAC DONT 1\n"),
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt3109 DONT
/third_party/python/Misc/
DHISTORY14109 DO/DONT correctly.