/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 23 #define VEOL 11 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 23 #define VEOL 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 23 #define VEOL 11 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 23 #define VEOL 11 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 23 #define VEOL 11 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 23 #define VEOL 11 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 29 #define VEOL 17 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 20 #define VEOL 6 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 29 #define VEOL 17 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 29 #define VEOL 17 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 20 #define VEOL 6 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 21 C(VEOL) in f()
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC }, 304 t->c_cc[VEOL] = 0; in make_sane()
|
H A D | getty.c | 166 TT.termios.c_cc[VEOL] = '\n'; in termios_init()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 106 /// `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 D | mod.rs | 186 pub const VEOL: usize = 17; consts
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 117 /// `VEOL` 118 pub const VEOL: usize = c::VEOL as usize; consts
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 460 key(term.c_cc[VEOL]), in show()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | termios.rs | 556 VEOL, 610 pub const VTIME: SpecialCharacterIndices = SpecialCharacterIndices::VEOL;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | hexagon.rs | 672 pub const VEOL: ::c_int = 11; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 641 pub const VEOL: usize = 11; consts
|
/third_party/python/Modules/ |
H A D | termios.c | 826 {"VEOL", VEOL},
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 777 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 D | powerpc.rs | 419 pub const VEOL: usize = 6; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 692 pub const VEOL: usize = 17; consts
|