Lines Matching refs:ri_crow
757 scr->scr_vd->private->cursor(ri, 1, ri->ri_crow, ri->ri_ccol); in vcons_redraw_screen()
759 vdp->cursor_offset = ri->ri_crow * ri->ri_cols + ri->ri_ccol; in vcons_redraw_screen()
814 scr->scr_vd->private->cursor(ri, 1, ri->ri_crow, ri->ri_ccol); in vcons_update_screen()
815 vdp->cursor_offset = ri->ri_crow * ri->ri_cols + ri->ri_ccol; in vcons_update_screen()
918 *curyp = scr->scr_ri.ri_crow; in vcons_alloc_screen()
1055 if (ri->ri_crow == row && in vcons_copycols_noread()
1211 if (ri->ri_crow >= dstrow && ri->ri_crow < (dstrow + nrows)) in vcons_copyrows_noread()
1338 if (row == ri->ri_crow && col == ri->ri_ccol) { in vcons_putchar()
1356 if (scr->scr_ri.ri_crow != row || scr->scr_ri.ri_ccol != col) { in vcons_cursor()
1357 scr->scr_ri.ri_crow = row; in vcons_cursor()
1370 scr->scr_ri.ri_crow = row; in vcons_cursor()
1386 ofs = offset + ri->ri_crow * ri->ri_cols + ri->ri_ccol; in vcons_cursor_noread()
1389 scr->putchar(cookie, ri->ri_crow, ri->ri_ccol, in vcons_cursor_noread()
1393 ri->ri_crow = row; in vcons_cursor_noread()
1395 ofs = offset + ri->ri_crow * ri->ri_cols + ri->ri_ccol; in vcons_cursor_noread()
1605 scr->scr_vd->private->cursor(scr, 1, scr->scr_ri.ri_crow, in vcons_do_scroll()