Home
last modified time | relevance | path

Searched refs:VERASE (Results 1 – 17 of 17) sorted by relevance

/third_party/toybox/toys/pending/
Dstty.c78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL },
295 t->c_cc[VERASE] = 0x7f; in make_sane()
382 new.c_cc[VERASE] = 0x7f; in do_stty()
Dgetty.c168 TT.termios.c_cc[VERASE] = 127; // CERASE in termios_init()
Dinit.c76 terminal.c_cc[VERASE] = 127; //ctrl-? in reset_term()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/arch/mips/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h16 #define VERASE 2 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/arch/generic/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h16 #define VERASE 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h14 #define VERASE 2 macro
/third_party/musl/libc-test/src/api/
Dtermios.c22 C(VERASE) in f()
/third_party/python/Modules/
Dtermios.c596 {"VERASE", VERASE},
/third_party/mksh/
Dedit.c3399 edchars.erase = toedchar(tty_state.c_cc[VERASE]); in x_mode()