Home
last modified time | relevance | path

Searched refs:TAB1 (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h65 #define TAB1 0004000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h65 #define TAB1 0004000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h65 #define TAB1 0004000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h66 #define TAB1 0004000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h64 #define TAB1 0002000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h66 #define TAB1 0004000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h65 #define TAB1 0004000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h66 #define TAB1 0004000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h65 #define TAB1 0004000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h64 #define TAB1 0002000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h65 #define TAB1 0004000 macro
/third_party/musl/libc-test/src/api/
Dtermios.c61 C(TAB1) in f()
/third_party/python/Modules/
Dtermios.c512 #ifdef TAB1
513 {"TAB1", TAB1},
/third_party/boost/libs/qvm/gen/
Dgen.cpp23 #define TAB1 TAB macro
166 TAB1 "{" NL in dump()
167 TAB1 "namespace" NL in dump()
168 TAB1 "qvm" NL in dump()
172 TAB1 "}" NL in dump()
/third_party/toybox/toys/pending/
Dstty.c106 { "tab1", TAB1, TABDLY }, { "tab2", TAB2, TABDLY }, { "tab3", TAB3, TABDLY },
/third_party/flutter/flutter/packages/flutter/test/material/
Dtabs_test.dart1808 tabs: const <Widget>[Tab(text: 'TAB1'), Tab(text: 'TAB2')],