Home
last modified time | relevance | path

Searched refs:VKILL (Results 1 – 25 of 46) sorted by relevance

12

/third_party/toybox/toys/pending/
Dstty.c78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL },
296 t->c_cc[VKILL] = 0x15; in make_sane()
383 new.c_cc[VKILL] = 0x15; in do_stty()
Dgetty.c167 TT.termios.c_cc[VKILL] = CTL('U'); in termios_init()
Dinit.c77 terminal.c_cc[VKILL] = 21; //ctrl-u in reset_term()
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/musl/arch/generic/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h17 #define VKILL 3 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/musl/arch/mips/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h17 #define VKILL 3 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h15 #define VKILL 3 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs83 pub const VKILL: usize = linux_raw_sys::general::VKILL as usize; constant
/third_party/musl/libc-test/src/api/
Dtermios.c24 C(VKILL) in f()
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs83 pub const VKILL: usize = c::VKILL as usize; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs450 key(term.c_cc[VKILL]), in show()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt405 VKILL
/third_party/python/Modules/
Dtermios.c597 {"VKILL", VKILL},
/third_party/rust/crates/rustix/src/termios/
Dmod.rs777 B38400, B4800, B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL,
Dconstants.rs681 B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL, VMIN, VQUIT,
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs379 pub const VKILL: usize = 5; constant
/third_party/rust/crates/nix/src/sys/
Dtermios.rs566 VKILL,
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs729 pub const VKILL: usize = 5; constant

12