Lines Matching refs:rblock
489 short rblock; variable
506 rblock = b; in regio()
552 rblock = sp->rg_first; in KILLreg()
555 while (rblock != 0) { in KILLreg()
557 viprintf("freeing block %d\n", rblock); in KILLreg()
559 rused[rblock / 16] &= ~(1 << (rblock % 16)); in KILLreg()
560 regio(rblock, shread); in KILLreg()
561 rblock = rbuf->rb_next; in KILLreg()
590 rblock = 0; in putreg()
682 rblock = 0; in YANKreg()
726 rblock = rp->rb_next; in YANKline()
728 rp->rb_prev = rblock; in YANKline()
744 if (rblock == 0) in rbflush()
746 regio(rblock, write); in rbflush()
748 sp->rg_first = rblock; in rbflush()
749 sp->rg_last = rblock; in rbflush()
761 rblock = 0; in regbuf()
798 rblock = 0; in shownam()
823 rblock = 0; in shownbr()