dstcol            205 dev/ic/pcdisplay_subr.c pcdisplay_copycols(id, row, srccol, dstcol, ncols)
dstcol            207 dev/ic/pcdisplay_subr.c 	int row, srccol, dstcol, ncols;
dstcol            216 dev/ic/pcdisplay_subr.c 	dstoff += dstcol;
dstcol             59 dev/ic/sti.c   void sti_copycols(void *v, int row, int srccol, int dstcol, int ncols);
dstcol           1077 dev/ic/sti.c   sti_copycols(v, row, srccol, dstcol, ncols)
dstcol           1079 dev/ic/sti.c   	int row, srccol, dstcol, ncols;
dstcol           1086 dev/ic/sti.c   	    dstcol * fp->width, row * fp->height,
dstcol            991 dev/pci/tga.c  tga_copycols(id, row, srccol, dstcol, ncols)
dstcol            993 dev/pci/tga.c  	int row, srccol, dstcol, ncols;
dstcol           1000 dev/pci/tga.c  	dstx = ri->ri_font->fontwidth * dstcol;
dstcol           1155 dev/rasops/rasops.c rasops_copychar(cookie, srcrow, dstrow, srccol, dstcol)
dstcol           1157 dev/rasops/rasops.c 	int srcrow, dstrow, srccol, dstcol;
dstcol           1167 dev/rasops/rasops.c 	r_dstrow = dstcol;
dstcol             59 dev/wscons/wsdisplayvar.h 	void	(*copycols)(void *c, int row, int srccol, int dstcol,