Searched refs:VKILL (Results 1 – 17 of 17) sorted by relevance
/third_party/toybox/toys/pending/ |
D | stty.c | 78 { "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()
|
D | getty.c | 167 TT.termios.c_cc[VKILL] = CTL('U'); in termios_init()
|
D | init.c | 77 terminal.c_cc[VKILL] = 21; //ctrl-u in reset_term()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 17 #define VKILL 3 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 17 #define VKILL 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 15 #define VKILL 3 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 24 C(VKILL) in f()
|
/third_party/python/Modules/ |
D | termios.c | 597 {"VKILL", VKILL},
|
/third_party/mksh/ |
D | edit.c | 3400 edchars.kill = toedchar(tty_state.c_cc[VKILL]); in x_mode()
|