Home
last modified time | relevance | path

Searched refs:VQUIT (Results 1 - 25 of 44) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h15 #define VQUIT 1 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h13 #define VQUIT 1 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h15 #define VQUIT 1 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c26 C(VQUIT) in f()
/third_party/toybox/toys/pending/
H A Dstty.c78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL },
294 t->c_cc[VQUIT] = 0x1c; in make_sane()
H A Dgetty.c164 TT.termios.c_cc[VQUIT] = CTL('\\'); in termios_init()
H A Dinit.c75 terminal.c_cc[VQUIT] = 28; /*ctrl-\*/ in reset_term()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs76 /// `VQUIT`
77 pub const VQUIT: usize = linux_raw_sys::general::VQUIT as usize; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs76 /// `VQUIT`
77 pub const VQUIT: usize = c::VQUIT as usize; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs448 key(term.c_cc[VQUIT]), in show()
/third_party/python/Modules/
H A Dtermios.c811 {"VQUIT", VQUIT},
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs778 VMIN, VQUIT, VSTART, VSTOP, VSUSP, VTIME,
H A Dconstants.rs681 B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL, VMIN, VQUIT,
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs382 pub const VQUIT: usize = 9; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs733 pub const VQUIT: usize = 9; consts
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs572 VQUIT,
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1112 pub const VQUIT: usize = 1; consts

Completed in 24 milliseconds

12