Lines Matching refs:TEL_GETBLK
75 #define TEL_GETBLK 0x10 macro
364 !(tmip->flags & TEL_GETBLK)) || !canputnext(q))) { in telmodrput()
378 if (tmip->flags & TEL_GETBLK) { in telmodrput()
387 tmip->flags &= ~TEL_GETBLK; in telmodrput()
420 if (tmip->flags & TEL_GETBLK) in telmodrput()
421 tmip->flags &= ~TEL_GETBLK; in telmodrput()
431 if (tmip->flags & TEL_GETBLK) in telmodrput()
432 tmip->flags &= ~TEL_GETBLK; in telmodrput()
519 !(tmip->flags & TEL_GETBLK)) || !canputnext(q)) { in telmodrsrv()
527 if (tmip->flags & TEL_GETBLK) { in telmodrsrv()
537 tmip->flags &= ~TEL_GETBLK; in telmodrsrv()
561 tmip->flags &= ~TEL_GETBLK; in telmodrsrv()
703 tmip->flags |= TEL_GETBLK; in telmodwput()