Lines Matching refs:vc_cols

324 	scr_memsetw(d + (b - t - nr) * vc->vc_cols, vc->vc_video_erase_char,
340 step = vc->vc_cols * nr;
354 xx = offset % vc->vc_cols;
355 yy = offset / vc->vc_cols;
365 while (xx < vc->vc_cols && count) {
531 oldx = (offset >> 1) % vc->vc_cols;
532 oldy = (offset >> 1) / vc->vc_cols;
543 p = q + vc->vc_cols - nr - vc->vc_x;
551 vc->vc_cols - vc->vc_x - nr);
564 while (++i <= vc->vc_cols - nr) {
573 vc->vc_cols - vc->vc_x - nr);
577 vc->vc_cols - 1 - nr);
766 vc->vc_size_row = vc->vc_cols << 1;
811 vc_init(vc, vc->vc_rows, vc->vc_cols, 1);
875 new_cols = (cols ? cols : vc->vc_cols);
880 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows)
897 vc->vc_cols = new_cols;
956 ws.ws_col = vc->vc_cols;
1073 if (new_x >= vc->vc_cols)
1074 vc->vc_x = vc->vc_cols - 1;
1179 vc->vc_cols - vc->vc_x);
1182 vc->vc_cols);
1191 vc->vc_cols);
1204 count = vc->vc_cols * vc->vc_rows;
1209 vc->vc_cols);
1225 count = vc->vc_cols - vc->vc_x;
1229 vc->vc_cols - vc->vc_x);
1240 count = vc->vc_cols;
1243 vc->vc_cols);
1258 count = (vpar > vc->vc_cols - vc->vc_x) ? (vc->vc_cols - vc->vc_x) : vpar;
1553 if (nr > vc->vc_cols - vc->vc_x)
1554 nr = vc->vc_cols - vc->vc_x;
1574 if (nr > vc->vc_cols - vc->vc_x)
1575 nr = vc->vc_cols - vc->vc_x;
1709 while (vc->vc_x < vc->vc_cols - 1) {
2335 if (vc->vc_x == vc->vc_cols - 1) {
2552 if (myx == vc->vc_cols - 1) {
2563 if (vc->vc_x == vc->vc_cols) {
2814 tty->winsize.ws_col = vc_cons[currcons].d->vc_cols;
2853 vc->vc_cols = cols;
2923 vc_init(vc, vc->vc_rows, vc->vc_cols,
2935 display_desc, vc->vc_cols, vc->vc_rows);
3104 desc, vc->vc_cols, vc->vc_rows);