Searched refs:VQUIT (Results 1 – 17 of 17) sorted by relevance
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 15 #define VQUIT 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 15 #define VQUIT 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 13 #define VQUIT 1 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 26 C(VQUIT) in f()
|
/third_party/toybox/toys/pending/ |
D | stty.c | 78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL }, 294 t->c_cc[VQUIT] = 0x1c; in make_sane()
|
D | getty.c | 164 TT.termios.c_cc[VQUIT] = CTL('\\'); in termios_init()
|
D | init.c | 75 terminal.c_cc[VQUIT] = 28; /*ctrl-\*/ in reset_term()
|
/third_party/python/Modules/ |
D | termios.c | 595 {"VQUIT", VQUIT},
|
/third_party/mksh/ |
D | edit.c | 3402 edchars.quit = toedchar(tty_state.c_cc[VQUIT]); in x_mode()
|