Searched refs:TS_CAR_OFLOW (Results 1 – 3 of 3) sorted by relevance
178 #define TS_CAR_OFLOW 0x200000 /* For MDMBUF (XXX handle in driver). */ macro
787 #ifdef TS_CAR_OFLOW788 { TS_CAR_OFLOW, 'm'},
1606 CLR(tp->t_state, TS_CAR_OFLOW); in ttymodem()1609 } else if (!ISSET(tp->t_state, TS_CAR_OFLOW)) { in ttymodem()1610 SET(tp->t_state, TS_CAR_OFLOW); in ttymodem()