Lines Matching defs:ncols
515 scr->scr_type->ncols = ri->ri_cols;
894 t->ncols = scr->scr_ri.ri_cols;
966 vcons_copycols_buffer(void *cookie, int row, int srccol, int dstcol, int ncols)
975 ncols * sizeof(long));
977 ncols * sizeof(uint32_t));
983 vcons_copycols(void *cookie, int row, int srccol, int dstcol, int ncols)
988 vcons_copycols_buffer(cookie, row, srccol, dstcol, ncols);
999 ncols);
1006 vcons_copycols_noread(void *cookie, int row, int srccol, int dstcol, int ncols)
1026 for (c = dstcol; c < (dstcol + ncols); c++) {
1043 (ri->ri_ccol >= dstcol && ri->ri_ccol < (dstcol + ncols )))
1050 vcons_erasecols_buffer(void *cookie, int row, int startcol, int ncols, long fillattr)
1055 int end = start + ncols, i;
1068 vcons_erasecols_cached(void *cookie, int row, int startcol, int ncols, long fillattr)
1076 vdp->erasecols(cookie, row, startcol, ncols, fillattr);
1077 for (i = pos; i < ncols; i++) {
1085 vcons_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr)
1090 vcons_erasecols_buffer(cookie, row, startcol, ncols, fillattr);
1098 vcons_erasecols_cached(cookie, row, startcol, ncols,
1101 scr->scr_vd->private->erasecols(cookie, row, startcol, ncols,