Lines Matching refs:TEL_GETBLK
73 #define TEL_GETBLK 0x10 macro
362 !(tmip->flags & TEL_GETBLK)) || !canputnext(q))) { in telmodrput()
376 if (tmip->flags & TEL_GETBLK) { in telmodrput()
385 tmip->flags &= ~TEL_GETBLK; in telmodrput()
418 if (tmip->flags & TEL_GETBLK) in telmodrput()
419 tmip->flags &= ~TEL_GETBLK; in telmodrput()
429 if (tmip->flags & TEL_GETBLK) in telmodrput()
430 tmip->flags &= ~TEL_GETBLK; in telmodrput()
518 !(tmip->flags & TEL_GETBLK)) || !canputnext(q)) { in telmodrsrv()
526 if (tmip->flags & TEL_GETBLK) { in telmodrsrv()
536 tmip->flags &= ~TEL_GETBLK; in telmodrsrv()
560 tmip->flags &= ~TEL_GETBLK; in telmodrsrv()
703 tmip->flags |= TEL_GETBLK; in telmodwput()