Home
last modified time | relevance | path

Searched refs:XTABS (Results 1 - 25 of 67) sorted by relevance

123

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/include/sys/
H A Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h165 #define XTABS 0014000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h165 #define XTABS 0014000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h165 #define XTABS 0014000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h165 #define XTABS 0014000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h165 #define XTABS 0014000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h165 #define XTABS 0014000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h167 #define XTABS 0014000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h169 #define XTABS 00006000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h167 #define XTABS 0014000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h167 #define XTABS 0014000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h169 #define XTABS 00006000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs459 /// `XTABS`
460 pub const XTABS: c::c_uint = linux_raw_sys::general::XTABS; consts
/third_party/python/Modules/
H A Dtermios.c737 #ifdef XTABS
738 {"XTABS", XTABS},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs1033 /// `XTABS`
1046 pub const XTABS: c::c_uint = c::XTABS; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs620 pub const XTABS: ::tcflag_t = 0o014000; consts
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs773 pub use constants::XTABS;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs382 pub const XTABS: ::tcflag_t = 0o006000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs775 pub const XTABS: ::tcflag_t = 0o014000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs419 pub const XTABS: ::tcflag_t = 0o014000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs412 pub const XTABS: ::tcflag_t = 6144; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs380 pub const XTABS: ::tcflag_t = 0o014000; consts

Completed in 25 milliseconds

123