Home
last modified time | relevance | path

Searched refs:ECHONL (Results 1 - 25 of 81) 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.rs405 /// `ECHONL`
406 pub const ECHONL: c::c_uint = linux_raw_sys::general::ECHONL; consts
/third_party/musl/src/termios/
H A Dcfmakeraw.c8 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
/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/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h130 #define ECHONL 0000100 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h130 #define ECHONL 0000100 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h130 #define ECHONL 0000100 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h130 #define ECHONL 0000100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h130 #define ECHONL 0000100 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h130 #define ECHONL 0000100 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h131 #define ECHONL 0000100 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h132 #define ECHONL 0x00000010 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h131 #define ECHONL 0000100 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h131 #define ECHONL 0000100 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h132 #define ECHONL 0x00000010 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c96 ECHOE | ECHOK | ECHONL | ECHOCTL | ECHOKE); in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c104 C(ECHONL) in f()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs14 (*termios).c_lflag &= !(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in cfmakeraw()
/third_party/libuv/src/unix/
H A Dtty.c255 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw()
/third_party/node/deps/uv/src/unix/
H A Dtty.c255 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs242 pub const ECHONL: ::tcflag_t = 0x00000040; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs891 /// `ECHONL`
893 pub const ECHONL: c::c_uint = c::ECHONL; consts
/third_party/toybox/toys/pending/
H A Dstty.c114 { "echonl", ECHONL }, { "noflsh", NOFLSH }, { "xcase", XCASE },
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs408 if (term.c_lflag & ECHONL) != 0 { in show()
409 print!(" ECHONL"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs603 pub const ECHONL: ::tcflag_t = 0x00000040; consts

Completed in 15 milliseconds

1234