Lines Matching refs:vc_cols

329 	scr_memsetw(d + (b - t - nr) * vc->vc_cols, vc->vc_video_erase_char,  in scrup()
345 step = vc->vc_cols * nr; in scrdown()
359 xx = offset % vc->vc_cols; in do_update_region()
360 yy = offset / vc->vc_cols; in do_update_region()
370 while (xx < vc->vc_cols && count) { in do_update_region()
538 oldx = (offset >> 1) % vc->vc_cols; in complement_pos()
539 oldy = (offset >> 1) / vc->vc_cols; in complement_pos()
550 scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); in insert_char()
555 vc->vc_cols - vc->vc_x); in insert_char()
562 scr_memcpyw(p, p + nr, (vc->vc_cols - vc->vc_x - nr) * 2); in delete_char()
563 scr_memsetw(p + vc->vc_cols - vc->vc_x - nr, vc->vc_video_erase_char, in delete_char()
568 vc->vc_cols - vc->vc_x); in delete_char()
757 vc->vc_size_row = vc->vc_cols << 1; in visual_init()
802 vc_init(vc, vc->vc_rows, vc->vc_cols, 1); in vc_allocate()
866 new_cols = (cols ? cols : vc->vc_cols); in vc_do_resize()
871 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) in vc_do_resize()
888 vc->vc_cols = new_cols; in vc_do_resize()
947 ws.ws_col = vc->vc_cols; in vc_do_resize()
1065 if (new_x >= vc->vc_cols) in gotoxy()
1066 vc->vc_x = vc->vc_cols - 1; in gotoxy()
1181 count = vc->vc_cols * vc->vc_rows; in csi_J()
1200 count = vc->vc_cols - vc->vc_x; in csi_K()
1209 count = vc->vc_cols; in csi_K()
1226 count = (vpar > vc->vc_cols - vc->vc_x) ? (vc->vc_cols - vc->vc_x) : vpar; in csi_X()
1612 if (nr > vc->vc_cols - vc->vc_x) in csi_at()
1613 nr = vc->vc_cols - vc->vc_x; in csi_at()
1633 if (nr > vc->vc_cols - vc->vc_x) in csi_P()
1634 nr = vc->vc_cols - vc->vc_x; in csi_P()
1764 while (vc->vc_x < vc->vc_cols - 1) { in do_con_trol()
2392 if (vc->vc_x == vc->vc_cols - 1) { in do_con_write()
2609 if (myx == vc->vc_cols - 1) { in vt_console_print()
2620 if (vc->vc_x == vc->vc_cols) { in vt_console_print()
2890 tty->winsize.ws_col = vc_cons[currcons].d->vc_cols; in con_install()
2934 vc->vc_cols = cols; in vc_init()
3004 vc_init(vc, vc->vc_rows, vc->vc_cols, in con_init()
3016 display_desc, vc->vc_cols, vc->vc_rows); in con_init()
3192 desc, vc->vc_cols, vc->vc_rows); in do_bind_con_driver()
3515 if (vc->vc_cols < 999) { in con_debug_enter()
3524 snprintf(cols, 4, "%i", vc->vc_cols); in con_debug_enter()