Searched defs:TIOCMBIS (Results 1 – 3 of 3) sorted by relevance
33 #define TIOCMBIS 0x741b /* bis modem bits */ macro
40 #define TIOCMBIS 0x5416 macro
242 TIOCMBIS = hasattr(TERMIOS, 'TIOCMBIS') and TERMIOS.TIOCMBIS or 0x5416 variable