/third_party/musl/arch/generic/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 29 #define VLNEXT 15 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 27 #define VLNEXT 15 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 29 #define VLNEXT 15 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 151 VLNEXT
|
D | openbsd.txt | 832 VLNEXT
|
D | fuchsia.txt | 992 VLNEXT
|
D | netbsd.txt | 1034 VLNEXT
|
D | dragonfly.txt | 1058 VLNEXT
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 119 pub const VLNEXT: usize = linux_raw_sys::general::VLNEXT as usize; constant
|
/third_party/python/Modules/ |
D | termios.c | 620 #ifdef VLNEXT 621 {"VLNEXT", VLNEXT},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT }, 308 t->c_cc[VLNEXT] = 0x16; in make_sane()
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 134 pub const VLNEXT: usize = c::VLNEXT as usize; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 472 key(term.c_cc[VLNEXT]), in show()
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 781 pub use constants::{VDISCARD, VLNEXT, VREPRINT, VWERASE};
|
D | constants.rs | 685 pub use backend::termios::types::{VDISCARD, VLNEXT, VREPRINT, VWERASE};
|
/third_party/mksh/ |
D | main.c | 2046 #if defined(VLNEXT) && defined(_POSIX_VDISABLE) in x_mkraw() 2048 cb.c_cc[VLNEXT] = _POSIX_VDISABLE; in x_mkraw()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 387 pub const VLNEXT: usize = 14; constant
|