Home | History | Annotate | Download | only in wscons

Lines Matching refs:ri_rows

325 	cnt = (ri->ri_rows + WSDISPLAY_SCROLLBACK_LINES) * ri->ri_cols;
332 cnt = ri->ri_rows * ri->ri_cols;
355 size = ri->ri_cols * ri->ri_rows;
513 vdp->eraserows(ri, 0, ri->ri_rows, scr->scr_defattr);
527 scr->scr_type->nrows = ri->ri_rows;
529 DPRINTF("new size %d %d\n", ri->ri_rows, ri->ri_cols);
683 vdp->eraserows(ri, 0, ri->ri_rows,
694 for (i = 0; i < ri->ri_rows; i++) {
794 for (i = 0; i < ri->ri_rows; i++) {
906 t->nrows = scr->scr_ri.ri_rows;
1284 if ((row >= 0) && (row < ri->ri_rows) && (col >= 0) &&
1426 if (wsc->col < 0 || wsc->col > (ri->ri_cols * ri->ri_rows))
1437 if (__predict_false(wsc->row < 0 || wsc->row >= ri->ri_rows))
1466 if (wsc->col < 0 || wsc->col > (ri->ri_cols * ri->ri_rows))
1477 if (__predict_false(wsc->row < 0 || wsc->row >= ri->ri_rows))
1565 if (abs(dist) >= scr->scr_ri.ri_rows) {
1574 num = scr->scr_ri.ri_rows - dist;
1582 num = scr->scr_ri.ri_rows + dist;