Home | History | Annotate | Download | only in dev

Lines Matching refs:ri_rows

347 		if (ffb_console_screen.scr_ri.ri_rows == 0) {
354 ffb_stdscreen.nrows = ri->ri_rows;
678 if (row + n > ri->ri_rows)
679 n = ri->ri_rows - row;
686 if ((n == ri->ri_rows) && (ri->ri_flg & RI_FULLCLEAR)) {
709 if ((row < 0) || (row >= ri->ri_rows))
773 if ((src + n) > ri->ri_rows)
774 n = ri->ri_rows - src;
779 if ((dst + n) > ri->ri_rows)
780 n = ri->ri_rows - dst;