ri_cols           402 dev/pci/tga.c  	tga_stdscreen.ncols = rip->ri_cols;
ri_cols           508 dev/pcmcia/cfxga.c 	scrsize = ri->ri_rows * ri->ri_cols * sizeof(struct wsdisplay_charcell);
ri_cols           531 dev/pcmcia/cfxga.c 		wsd->ncols = ri->ri_cols;
ri_cols           949 dev/pcmcia/cfxga.c 		for (lx = 0, x = ri->ri_xorigin; lx < ri->ri_cols;
ri_cols          1059 dev/pcmcia/cfxga.c 	ovbcopy(scr->scr_mem + row * ri->ri_cols + src,
ri_cols          1060 dev/pcmcia/cfxga.c 	    scr->scr_mem + row * ri->ri_cols + dst,
ri_cols          1082 dev/pcmcia/cfxga.c 	ovbcopy(scr->scr_mem + src * ri->ri_cols,
ri_cols          1083 dev/pcmcia/cfxga.c 	    scr->scr_mem + dst * ri->ri_cols,
ri_cols          1084 dev/pcmcia/cfxga.c 	    num * ri->ri_cols * sizeof(struct wsdisplay_charcell));
ri_cols          1124 dev/pcmcia/cfxga.c 		scr->scr_mem[row * ri->ri_cols + x].uc = 0;
ri_cols          1125 dev/pcmcia/cfxga.c 		scr->scr_mem[row * ri->ri_cols + x].attr = attr;
ri_cols          1148 dev/pcmcia/cfxga.c 	for (x = 0; x < ri->ri_cols; x++) {
ri_cols          1149 dev/pcmcia/cfxga.c 		scr->scr_mem[row * ri->ri_cols + x].uc = 0;
ri_cols          1150 dev/pcmcia/cfxga.c 		scr->scr_mem[row * ri->ri_cols + x].attr = attr;
ri_cols          1153 dev/pcmcia/cfxga.c 		ovbcopy(scr->scr_mem + row * ri->ri_cols,
ri_cols          1154 dev/pcmcia/cfxga.c 		    scr->scr_mem + (row + y) * ri->ri_cols,
ri_cols          1155 dev/pcmcia/cfxga.c 		    ri->ri_cols * sizeof(struct wsdisplay_charcell));
ri_cols          1175 dev/pcmcia/cfxga.c 	scr->scr_mem[row * ri->ri_cols + col].uc = uc;
ri_cols          1176 dev/pcmcia/cfxga.c 	scr->scr_mem[row * ri->ri_cols + col].attr = attr;
ri_cols           288 dev/rasops/rasops.c 		ri->ri_cols = ri->ri_emuheight / ri->ri_font->fontheight;
ri_cols           292 dev/rasops/rasops.c 		ri->ri_cols = ri->ri_emuwidth / ri->ri_font->fontwidth;
ri_cols           646 dev/rasops/rasops.c 	if ((src + num) > ri->ri_cols)
ri_cols           647 dev/rasops/rasops.c 		num = ri->ri_cols - src;
ri_cols           654 dev/rasops/rasops.c 	if ((dst + num) > ri->ri_cols)
ri_cols           655 dev/rasops/rasops.c 		num = ri->ri_cols - dst;
ri_cols           711 dev/rasops/rasops.c 	else if (col < 0 || col >= ri->ri_cols)
ri_cols          1009 dev/rasops/rasops.c 	if ((col + num) > ri->ri_cols)
ri_cols          1010 dev/rasops/rasops.c 		num = ri->ri_cols - col;
ri_cols          1255 dev/rasops/rasops.c 			for (col = 0; col < ri->ri_cols; col++)
ri_cols          1260 dev/rasops/rasops.c 			for (col = 0; col < ri->ri_cols; col++)
ri_cols          1292 dev/rasops/rasops.c 		for (col = 0; col < ri->ri_cols; col++)
ri_cols            99 dev/rasops/rasops.h 	int	ri_cols;	/* number of columns (characters, not pels) */
ri_cols           112 dev/rasops/rasops1.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           258 dev/rasops/rasops1.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           323 dev/rasops/rasops1.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           133 dev/rasops/rasops15.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           246 dev/rasops/rasops15.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           325 dev/rasops/rasops15.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           408 dev/rasops/rasops15.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           146 dev/rasops/rasops2.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           290 dev/rasops/rasops2.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           360 dev/rasops/rasops2.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           433 dev/rasops/rasops2.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           140 dev/rasops/rasops24.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           276 dev/rasops/rasops24.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           357 dev/rasops/rasops24.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           445 dev/rasops/rasops24.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           650 dev/rasops/rasops24.c 	if ((col + num) > ri->ri_cols)
ri_cols           651 dev/rasops/rasops24.c 		num = ri->ri_cols - col;
ri_cols            92 dev/rasops/rasops32.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           125 dev/rasops/rasops4.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           293 dev/rasops/rasops4.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           368 dev/rasops/rasops4.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           446 dev/rasops/rasops4.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           121 dev/rasops/rasops8.c 	if ((unsigned)col >= (unsigned)ri->ri_cols)
ri_cols           235 dev/rasops/rasops8.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           306 dev/rasops/rasops8.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols           380 dev/rasops/rasops8.c 	if ((unsigned)col >= (unsigned)ri->ri_cols) {
ri_cols            68 dev/rasops/rasops_bitops.h 	if ((col + num) > ri->ri_cols)
ri_cols            69 dev/rasops/rasops_bitops.h 		num = ri->ri_cols - col;
ri_cols           188 dev/rasops/rasops_bitops.h 	if ((src + num) > ri->ri_cols)
ri_cols           189 dev/rasops/rasops_bitops.h 		num = ri->ri_cols - src;
ri_cols           196 dev/rasops/rasops_bitops.h 	if ((dst + num) > ri->ri_cols)
ri_cols           197 dev/rasops/rasops_bitops.h 		num = ri->ri_cols - dst;
ri_cols           897 dev/sbus/cgsix.c 	if (src + n > ri->ri_cols)
ri_cols           898 dev/sbus/cgsix.c 		n = ri->ri_cols - src;
ri_cols           903 dev/sbus/cgsix.c 	if (dst + n > ri->ri_cols)
ri_cols           904 dev/sbus/cgsix.c 		n = ri->ri_cols - dst;
ri_cols           948 dev/sbus/cgsix.c 	if (col + n > ri->ri_cols)
ri_cols           949 dev/sbus/cgsix.c 		n = ri->ri_cols - col;
ri_cols           728 dev/sbus/zx.c  		zx_fillrect(ri, 0, row, ri->ri_cols, num, attr, ZX_STD_ROP);
ri_cols           738 dev/sbus/zx.c  	zx_copyrect(ri, 0, src, 0, dst, ri->ri_cols, num);