Lines Matching refs:rc_ops
76 rc->rc_ops->mapchar(rc->rc_cookie, i, rc->rc_charmap + i);
90 if (rc->rc_ops->allocattr(rc->rc_cookie, 0, 0, i, &tmp) == 0)
509 rc->rc_ops->allocattr(rc->rc_cookie, fg, bg, flg, &rc->rc_attr);
521 rc->rc_ops->putchar(rc->rc_cookie, rc->rc_row, rc->rc_col++,
543 rc->rc_ops->cursor(rc->rc_cookie, rc->rc_bits & FB_CURSOR,
564 rc->rc_ops->eraserows(rc->rc_cookie, rc->rc_row + 1,
567 rc->rc_ops->eraserows(rc->rc_cookie, 0, rc->rc_maxrow,
575 rc->rc_ops->erasecols(rc->rc_cookie, rc->rc_row, rc->rc_col,
594 rc->rc_ops->copyrows(rc->rc_cookie, n, 0, rc->rc_maxrow - n);
595 rc->rc_ops->eraserows(rc->rc_cookie, rc->rc_maxrow - n, n, rc->rc_attr);
606 rc->rc_ops->copycols(rc->rc_cookie, rc->rc_row, rc->rc_col + n,
609 rc->rc_ops->erasecols(rc->rc_cookie, rc->rc_row,
621 rc->rc_ops->copyrows(rc->rc_cookie, rc->rc_row + n, rc->rc_row,
624 rc->rc_ops->eraserows(rc->rc_cookie, rc->rc_maxrow - n, n,
636 rc->rc_ops->copycols(rc->rc_cookie, rc->rc_row, rc->rc_col,
639 rc->rc_ops->erasecols(rc->rc_cookie, rc->rc_row, rc->rc_col,
651 rc->rc_ops->copyrows(rc->rc_cookie, rc->rc_row, rc->rc_row + n,
654 rc->rc_ops->eraserows(rc->rc_cookie, rc->rc_row, n,