Searched refs:TEL_STOPPED (Results 1 – 1 of 1) sorted by relevance
72 #define TEL_STOPPED 0x80 macro234 tmip->flags |= TEL_STOPPED; in telmodopen()363 ((q->q_first) || ((tmip->flags & TEL_STOPPED) && in telmodrput()389 tmip->flags |= TEL_STOPPED; in telmodrput()518 if (((tmip->flags & TEL_STOPPED) && in telmodrsrv()539 tmip->flags |= TEL_STOPPED; in telmodrsrv()665 if (!canputnext(q) || (tmip->flags & TEL_STOPPED) || in telmodwput()699 if (!(tmip->flags & TEL_STOPPED)) { in telmodwput()722 if (!(tmip->flags & TEL_STOPPED)) { in telmodwput()726 tmip->flags &= ~TEL_STOPPED; in telmodwput()[all …]