/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 21 #define VSTOP 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 21 #define VSTOP 9 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 21 #define VSTOP 9 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 21 #define VSTOP 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 21 #define VSTOP 9 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 21 #define VSTOP 9 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 22 #define VSTOP 9 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 28 #define VSTOP 14 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 22 #define VSTOP 9 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 22 #define VSTOP 9 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 28 #define VSTOP 14 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 28 C(VSTOP) in f()
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 80 { "start", VSTART }, { "stop", VSTOP }, { "susp", VSUSP }, 302 t->c_cc[VSTOP] = 0x13; in make_sane()
|
H A D | init.c | 80 terminal.c_cc[VSTOP] = 19; //ctrl-s in reset_term()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 100 /// `VSTOP` 101 pub const VSTOP: usize = linux_raw_sys::general::VSTOP as usize; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 223 pub const VSTOP: usize = 9; consts
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 111 /// `VSTOP` 112 pub const VSTOP: usize = c::VSTOP as usize; consts
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 458 key(term.c_cc[VSTOP]), in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 584 pub const VSTOP: usize = 9; consts
|
/third_party/python/Modules/ |
H A D | termios.c | 824 {"VSTOP", VSTOP},
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 778 VMIN, VQUIT, VSTART, VSTOP, VSUSP, VTIME,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 348 pub const VSTOP: usize = 0xe; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 739 pub const VSTOP: usize = 9; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
H A D | mod.rs | 383 pub const VSTOP: usize = 0x9; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
H A D | mod.rs | 376 pub const VSTOP: usize = 9; consts
|