/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 25 #define VREPRINT 11 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 24 #define VREPRINT 12 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 25 #define VREPRINT 11 macro
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT }, 305 t->c_cc[VREPRINT] = 0x12; in make_sane()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 109 /// `VREPRINT` 110 pub const VREPRINT: usize = linux_raw_sys::general::VREPRINT as usize; consts
|
/third_party/python/Modules/ |
H A D | termios.c | 827 #ifdef VREPRINT 828 {"VREPRINT", VREPRINT},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 220 pub const VREPRINT: usize = 12; consts
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 120 /// `VREPRINT` 122 pub const VREPRINT: usize = c::VREPRINT as usize; consts
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 465 key(term.c_cc[VREPRINT]), in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 581 pub const VREPRINT: usize = 12; 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 | 345 pub const VREPRINT: usize = 0xb; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 736 pub const VREPRINT: usize = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
H A D | mod.rs | 380 pub const VREPRINT: usize = 0xc; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
H A D | mod.rs | 373 pub const VREPRINT: usize = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/ |
H A D | mod.rs | 341 pub const VREPRINT: usize = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
H A D | mod.rs | 372 pub const VREPRINT: usize = 12; consts
|