/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 24 #define VWERASE 10 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 26 #define VWERASE 14 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 24 #define VWERASE 10 macro
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT }, 307 t->c_cc[VWERASE] = 0x17; in make_sane()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 115 /// `VWERASE` 116 pub const VWERASE: usize = linux_raw_sys::general::VWERASE as usize; consts
|
/third_party/python/Modules/ |
H A D | termios.c | 833 #ifdef VWERASE 834 {"VWERASE", VWERASE},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 219 pub const VWERASE: usize = 14; consts
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 128 /// `VWERASE` 130 pub const VWERASE: usize = c::VWERASE as usize; consts
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 471 key(term.c_cc[VWERASE]), in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 580 pub const VWERASE: usize = 14; consts
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 781 pub use constants::{VDISCARD, VLNEXT, VREPRINT, VWERASE};
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 344 pub const VWERASE: usize = 0xa; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 735 pub const VWERASE: usize = 14; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
H A D | mod.rs | 379 pub const VWERASE: usize = 0xe; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
H A D | mod.rs | 372 pub const VWERASE: usize = 14; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/ |
H A D | mod.rs | 340 pub const VWERASE: usize = 14; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
H A D | mod.rs | 371 pub const VWERASE: usize = 14; consts
|