Home
last modified time | relevance | path

Searched refs:VSWTC (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Modules/
Dtermios.c330 #if defined(VSWTCH) && !defined(VSWTC)
331 #define VSWTC VSWTCH macro
334 #if defined(VSWTC) && !defined(VSWTCH)
335 #define VSWTCH VSWTC
601 #ifdef VSWTC
604 {"VSWTC", VSWTC},
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/musl/arch/mips/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h23 #define VSWTC 9 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/musl/arch/generic/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h23 #define VSWTC 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h19 #define VSWTC 7 macro
/third_party/toybox/toys/pending/
Dstty.c79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC },
300 t->c_cc[VSWTC] = 0; in make_sane()