Home
last modified time | relevance | path

Searched refs:VWERASE (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/musl/arch/powerpc/bits/
Dtermios.h24 #define VWERASE 10 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/mips/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h24 #define VWERASE 10 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/generic/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt157 VWERASE
Dopenbsd.txt835 VWERASE
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs116 pub const VWERASE: usize = linux_raw_sys::general::VWERASE as usize; constant
/third_party/python/Modules/
Dtermios.c617 #ifdef VWERASE
618 {"VWERASE", VWERASE},
/third_party/toybox/toys/pending/
Dstty.c81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT },
307 t->c_cc[VWERASE] = 0x17; in make_sane()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs219 pub const VWERASE: usize = 14; constant
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs130 pub const VWERASE: usize = c::VWERASE as usize; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs471 key(term.c_cc[VWERASE]), in show()
/third_party/rust/crates/rustix/src/termios/
Dmod.rs781 pub use constants::{VDISCARD, VLNEXT, VREPRINT, VWERASE};
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs580 pub const VWERASE: usize = 14; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dpowerpc64.rs636 pub const VWERASE: usize = 10; constant
Dmips64.rs632 pub const VWERASE: usize = 14; constant
Ds390x.rs305 pub const VWERASE: usize = 14; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs666 pub const VWERASE: usize = 14; constant

1234