Home
last modified time | relevance | path

Searched refs:VSTOP (Results 1 - 25 of 72) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h21 #define VSTOP 9 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h21 #define VSTOP 9 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h21 #define VSTOP 9 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h21 #define VSTOP 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h21 #define VSTOP 9 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h21 #define VSTOP 9 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h22 #define VSTOP 9 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h28 #define VSTOP 14 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h22 #define VSTOP 9 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h22 #define VSTOP 9 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h28 #define VSTOP 14 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c28 C(VSTOP) in f()
/third_party/toybox/toys/pending/
H A Dstty.c80 { "start", VSTART }, { "stop", VSTOP }, { "susp", VSUSP },
302 t->c_cc[VSTOP] = 0x13; in make_sane()
H A Dinit.c80 terminal.c_cc[VSTOP] = 19; //ctrl-s in reset_term()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs100 /// `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 Dmod.rs223 pub const VSTOP: usize = 9; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs111 /// `VSTOP`
112 pub const VSTOP: usize = c::VSTOP as usize; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs458 key(term.c_cc[VSTOP]), in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs584 pub const VSTOP: usize = 9; consts
/third_party/python/Modules/
H A Dtermios.c824 {"VSTOP", VSTOP},
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs778 VMIN, VQUIT, VSTART, VSTOP, VSUSP, VTIME,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs348 pub const VSTOP: usize = 0xe; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs739 pub const VSTOP: usize = 9; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs383 pub const VSTOP: usize = 0x9; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs376 pub const VSTOP: usize = 9; consts

Completed in 25 milliseconds

123