Home
last modified time | relevance | path

Searched refs:VEOL (Results 1 - 25 of 73) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h23 #define VEOL 11 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h23 #define VEOL 11 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h23 #define VEOL 11 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h23 #define VEOL 11 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h23 #define VEOL 11 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h23 #define VEOL 11 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h29 #define VEOL 17 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h20 #define VEOL 6 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h29 #define VEOL 17 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h29 #define VEOL 17 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h20 #define VEOL 6 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c21 C(VEOL) in f()
/third_party/toybox/toys/pending/
H A Dstty.c79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC },
304 t->c_cc[VEOL] = 0; in make_sane()
H A Dgetty.c166 TT.termios.c_cc[VEOL] = '\n'; in termios_init()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs106 /// `VEOL`
107 pub const VEOL: usize = linux_raw_sys::general::VEOL as usize; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs186 pub const VEOL: usize = 17; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs117 /// `VEOL`
118 pub const VEOL: usize = c::VEOL as usize; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs460 key(term.c_cc[VEOL]), in show()
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs556 VEOL,
610 pub const VTIME: SpecialCharacterIndices = SpecialCharacterIndices::VEOL;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs672 pub const VEOL: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs641 pub const VEOL: usize = 11; consts
/third_party/python/Modules/
H A Dtermios.c826 {"VEOL", VEOL},
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs777 B38400, B4800, B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs419 pub const VEOL: usize = 6; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs692 pub const VEOL: usize = 17; consts

Completed in 23 milliseconds

123