Home
last modified time | relevance | path

Searched refs:VLNEXT (Results 1 - 25 of 40) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h29 #define VLNEXT 15 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h27 #define VLNEXT 15 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h29 #define VLNEXT 15 macro
/third_party/toybox/toys/pending/
H A Dstty.c81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT },
308 t->c_cc[VLNEXT] = 0x16; in make_sane()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs118 /// `VLNEXT`
119 pub const VLNEXT: usize = linux_raw_sys::general::VLNEXT as usize; consts
/third_party/python/Modules/
H A Dtermios.c836 #ifdef VLNEXT
837 {"VLNEXT", VLNEXT},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs132 /// `VLNEXT`
134 pub const VLNEXT: usize = c::VLNEXT as usize; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs470 " WERASE={} VLNEXT={}", in show()
472 key(term.c_cc[VLNEXT]), in show()
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs781 pub use constants::{VDISCARD, VLNEXT, VREPRINT, VWERASE};
H A Dconstants.rs685 pub use backend::termios::types::{VDISCARD, VLNEXT, VREPRINT, VWERASE};
/third_party/mksh/
H A Dmain.c2046 #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/
H A Dmod.rs387 pub const VLNEXT: usize = 14; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs737 pub const VLNEXT: usize = 14; consts
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs567 VLNEXT,
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1113 pub const VLNEXT: usize = 15; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1203 pub const VLNEXT: usize = 15; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2398 pub const VLNEXT: usize = 15; consts

Completed in 42 milliseconds

12