ri_rows           401 dev/pci/tga.c  	tga_stdscreen.nrows = rip->ri_rows;
ri_rows           508 dev/pcmcia/cfxga.c 	scrsize = ri->ri_rows * ri->ri_cols * sizeof(struct wsdisplay_charcell);
ri_rows           530 dev/pcmcia/cfxga.c 		wsd->nrows = ri->ri_rows;
ri_rows           948 dev/pcmcia/cfxga.c 	for (ly = 0, y = ri->ri_yorigin; ly < ri->ri_rows; ly++, y += cy) {
ri_rows           287 dev/rasops/rasops.c 		ri->ri_rows = ri->ri_emuwidth / ri->ri_font->fontwidth;
ri_rows           293 dev/rasops/rasops.c 		ri->ri_rows = ri->ri_emuheight / ri->ri_font->fontheight;
ri_rows           561 dev/rasops/rasops.c 	if ((src + num) > ri->ri_rows)
ri_rows           562 dev/rasops/rasops.c 		num = ri->ri_rows - src;
ri_rows           569 dev/rasops/rasops.c 	if ((dst + num) > ri->ri_rows)
ri_rows           570 dev/rasops/rasops.c 		num = ri->ri_rows - dst;
ri_rows           638 dev/rasops/rasops.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           709 dev/rasops/rasops.c 	if (row < 0 || row >= ri->ri_rows)
ri_rows           862 dev/rasops/rasops.c 	if ((row + num) > ri->ri_rows)
ri_rows           863 dev/rasops/rasops.c 		num = ri->ri_rows - row;
ri_rows           877 dev/rasops/rasops.c 	if (num == ri->ri_rows && (ri->ri_flg & RI_FULLCLEAR) != 0) {
ri_rows           928 dev/rasops/rasops.c 		col = ri->ri_rows - ri->ri_crow - 1;
ri_rows          1001 dev/rasops/rasops.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows          1168 dev/rasops/rasops.c 	r_srccol = ri->ri_rows - srcrow - 1;
ri_rows          1169 dev/rasops/rasops.c 	r_dstcol = ri->ri_rows - dstrow - 1;
ri_rows          1210 dev/rasops/rasops.c 	ri->ri_real_ops.putchar(cookie, col, ri->ri_rows - row - 1, uc,
ri_rows          1214 dev/rasops/rasops.c 	rp = ri->ri_bits + col * ri->ri_yscale + (ri->ri_rows - row - 1) * 
ri_rows            98 dev/rasops/rasops.h 	int	ri_rows;	/* number of rows (characters, not pels) */
ri_rows           109 dev/rasops/rasops1.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           255 dev/rasops/rasops1.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           320 dev/rasops/rasops1.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           130 dev/rasops/rasops15.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           241 dev/rasops/rasops15.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           320 dev/rasops/rasops15.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           403 dev/rasops/rasops15.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           143 dev/rasops/rasops2.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           285 dev/rasops/rasops2.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           355 dev/rasops/rasops2.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           428 dev/rasops/rasops2.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           137 dev/rasops/rasops24.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           271 dev/rasops/rasops24.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           352 dev/rasops/rasops24.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           440 dev/rasops/rasops24.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           541 dev/rasops/rasops24.c 	if ((row + num) > ri->ri_rows)
ri_rows           542 dev/rasops/rasops24.c 		num = ri->ri_rows - row;
ri_rows           569 dev/rasops/rasops24.c 	if (num == ri->ri_rows && (ri->ri_flg & RI_FULLCLEAR) != 0) {
ri_rows           642 dev/rasops/rasops24.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows            89 dev/rasops/rasops32.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           122 dev/rasops/rasops4.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           288 dev/rasops/rasops4.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           363 dev/rasops/rasops4.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           441 dev/rasops/rasops4.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           118 dev/rasops/rasops8.c 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           230 dev/rasops/rasops8.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           301 dev/rasops/rasops8.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows           375 dev/rasops/rasops8.c 	if ((unsigned)row >= (unsigned)ri->ri_rows) {
ri_rows            60 dev/rasops/rasops_bitops.h 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           180 dev/rasops/rasops_bitops.h 	if ((unsigned)row >= (unsigned)ri->ri_rows)
ri_rows           848 dev/sbus/cgsix.c 	if (src + n > ri->ri_rows)
ri_rows           849 dev/sbus/cgsix.c 		n = ri->ri_rows - src;
ri_rows           854 dev/sbus/cgsix.c 	if (dst + n > ri->ri_rows)
ri_rows           855 dev/sbus/cgsix.c 		n = ri->ri_rows - dst;
ri_rows           891 dev/sbus/cgsix.c 	if ((row < 0) || (row >= ri->ri_rows))
ri_rows           942 dev/sbus/cgsix.c 	if ((row < 0) || (row >= ri->ri_rows))
ri_rows           988 dev/sbus/cgsix.c 	if (row + n > ri->ri_rows)
ri_rows           989 dev/sbus/cgsix.c 		n = ri->ri_rows - row;
ri_rows          1005 dev/sbus/cgsix.c 	if ((n == ri->ri_rows) && (ri->ri_flg & RI_FULLCLEAR)) {
ri_rows           340 dev/sbus/vigra.c 			row = sc->sc_sunfb.sf_ro.ri_rows - 1;
ri_rows           712 dev/sbus/zx.c  	if (num == ri->ri_rows && (ri->ri_flg & RI_FULLCLEAR)) {