Home
last modified time | relevance | path

Searched refs:IEXTEN (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK,
165 termios.c_lflag &= !(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
H A Dtypes.rs414 /// `IEXTEN`
415 pub const IEXTEN: c::c_uint = linux_raw_sys::general::IEXTEN; consts
/third_party/musl/src/termios/
H A Dcfmakeraw.c8 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/include/sys/
H A Dttydefaults.h6 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dcfmakeraw.c37 if ((t.c_lflag & (ECHO | ECHONL | ICANON | ISIG | IEXTEN)) != 0U) { in cfmakeraw_0100()
/third_party/python/Lib/
H A Dtty.py25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h133 #define IEXTEN 0100000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h133 #define IEXTEN 0100000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h133 #define IEXTEN 0100000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h133 #define IEXTEN 0100000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h133 #define IEXTEN 0100000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h133 #define IEXTEN 0100000 macro
/third_party/libuv/src/unix/
H A Dtty.c255 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw()
320 tmp.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in uv_tty_set_mode()
/third_party/node/deps/uv/src/unix/
H A Dtty.c255 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw()
315 tmp.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in uv_tty_set_mode()
/third_party/musl/arch/mips/bits/
H A Dtermios.h133 #define IEXTEN 0000400 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h135 #define IEXTEN 0x00000400 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h133 #define IEXTEN 0000400 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h133 #define IEXTEN 0000400 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h135 #define IEXTEN 0x00000400 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c92 tio.c_lflag &= (tcflag_t)~(ISIG | ICANON | IEXTEN | ECHO | in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c106 C(IEXTEN) in f()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs14 (*termios).c_lflag &= !(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in cfmakeraw()

Completed in 13 milliseconds

1234