Home | History | Annotate | Download | only in wscons

Lines Matching refs:ncols

528 		scr->scr_type->ncols = ri->ri_cols;
907 t->ncols = scr->scr_ri.ri_cols;
979 vcons_copycols_buffer(void *cookie, int row, int srccol, int dstcol, int ncols)
988 ncols * sizeof(long));
990 ncols * sizeof(uint32_t));
996 vcons_copycols(void *cookie, int row, int srccol, int dstcol, int ncols)
1001 vcons_copycols_buffer(cookie, row, srccol, dstcol, ncols);
1012 ncols);
1019 vcons_copycols_noread(void *cookie, int row, int srccol, int dstcol, int ncols)
1039 for (c = dstcol; c < (dstcol + ncols); c++) {
1056 (ri->ri_ccol >= dstcol && ri->ri_ccol < (dstcol + ncols )))
1063 vcons_erasecols_buffer(void *cookie, int row, int startcol, int ncols, long fillattr)
1068 int end = start + ncols, i;
1081 vcons_erasecols_cached(void *cookie, int row, int startcol, int ncols, long fillattr)
1089 vdp->erasecols(cookie, row, startcol, ncols, fillattr);
1090 for (i = pos; i < ncols; i++) {
1098 vcons_erasecols(void *cookie, int row, int startcol, int ncols, long fillattr)
1103 vcons_erasecols_buffer(cookie, row, startcol, ncols, fillattr);
1111 vcons_erasecols_cached(cookie, row, startcol, ncols,
1114 scr->scr_vd->private->erasecols(cookie, row, startcol, ncols,