/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 24 #define VWERASE 10 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 24 #define VWERASE 10 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 157 VWERASE
|
D | openbsd.txt | 835 VWERASE
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 116 pub const VWERASE: usize = linux_raw_sys::general::VWERASE as usize; constant
|
/third_party/python/Modules/ |
D | termios.c | 617 #ifdef VWERASE 618 {"VWERASE", VWERASE},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 81 { "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/ |
D | mod.rs | 219 pub const VWERASE: usize = 14; constant
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 130 pub const VWERASE: usize = c::VWERASE as usize; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 471 key(term.c_cc[VWERASE]), in show()
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 781 pub use constants::{VDISCARD, VLNEXT, VREPRINT, VWERASE};
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 580 pub const VWERASE: usize = 14; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | powerpc64.rs | 636 pub const VWERASE: usize = 10; constant
|
D | mips64.rs | 632 pub const VWERASE: usize = 14; constant
|
D | s390x.rs | 305 pub const VWERASE: usize = 14; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 666 pub const VWERASE: usize = 14; constant
|