/third_party/python/Lib/ |
D | tty.py | 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG) 33 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON)
|
/third_party/musl/src/termios/ |
D | cfmakeraw.c | 8 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
|
/third_party/musl/include/sys/ |
D | ttydefaults.h | 6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ttydefaults.h | 6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 37 if ((t.c_lflag & (ECHO | ECHONL | ICANON | ISIG | IEXTEN)) != 0U) { in cfmakeraw_0100()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ttydefaults.h | 6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
|
/third_party/musl/src/legacy/ |
D | getpass.c | 20 t.c_lflag |= ICANON; in getpass()
|
/third_party/musl/ndk_musl_include/sys/ |
D | ttydefaults.h | 6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty02.c | 36 io.c_lflag = EXTPROC | ICANON; in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 241 ((unsigned short)(ISIG | ICANON | XCASE | ECHO | ECHOE | NOFLSH)); in run_ptest() 332 && (ISIG | ICANON | XCASE | ECHO | ECHOE | NOFLSH))) { in chk_tty_parms()
|
/third_party/libuv/src/unix/ |
D | tty.c | 242 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw() 297 tmp.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in uv_tty_set_mode()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/ |
D | nvcodec-kb.c | 108 new_settings.c_lflag &= ~(ECHO | ICANON | IEXTEN); in gst_nvcodec_kb_set_key_handler()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 126 #define ICANON 0000002 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 126 #define ICANON 0000002 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 126 #define ICANON 0000002 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 127 #define ICANON 0000002 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 134 #define ICANON 0x00000100 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 127 #define ICANON 0000002 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 126 #define ICANON 0000002 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 127 #define ICANON 0000002 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 126 #define ICANON 0000002 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 134 #define ICANON 0x00000100 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 126 #define ICANON 0000002 macro
|
/third_party/toybox/toys/pending/ |
D | more.c | 106 newf.c_lflag &= ~(ICANON | ECHO); in more_main()
|