Home
last modified time | relevance | path

Searched refs:VWERASE (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/mips/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h24 #define VWERASE 10 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/generic/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h24 #define VWERASE 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h26 #define VWERASE 14 macro
/third_party/python/Modules/
Dtermios.c617 #ifdef VWERASE
618 {"VWERASE", VWERASE},
/third_party/toybox/toys/pending/
Dstty.c81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT },
307 t->c_cc[VWERASE] = 0x17; in make_sane()
/third_party/mksh/
Dedit.c3404 #ifdef VWERASE in x_mode()
3405 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()