Searched refs:TAB3 (Results 1 – 9 of 9) sorted by relevance
/external/libedit/src/ |
D | tty.h | 78 # ifndef TAB3 80 # define TAB3 OXTABS macro 82 # define TAB3 0 macro
|
D | tty.c | 451 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 100 #define TAB3 0014000 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 120 #define TAB3 0014000 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 465 #ifdef TAB3 466 {"TAB3", TAB3},
|
/external/python/cpython3/Modules/ |
D | termios.c | 495 #ifdef TAB3 496 {"TAB3", TAB3},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 115 TAB3 = 0014000 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 115 TAB3 = 0014000 variable
|
/external/toybox/toys/pending/ |
D | stty.c | 106 { "tab1", TAB1, TABDLY }, { "tab2", TAB2, TABDLY }, { "tab3", TAB3, TABDLY },
|