Lines Matching refs:vc_cols
325 scr_memsetw(d + (b - t - nr) * vc->vc_cols, vc->vc_video_erase_char, in scrup()
341 step = vc->vc_cols * nr; in scrdown()
355 xx = offset % vc->vc_cols; in do_update_region()
356 yy = offset / vc->vc_cols; in do_update_region()
366 while (xx < vc->vc_cols && count) { in do_update_region()
534 oldx = (offset >> 1) % vc->vc_cols; in complement_pos()
535 oldy = (offset >> 1) / vc->vc_cols; in complement_pos()
546 scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); in insert_char()
551 vc->vc_cols - vc->vc_x); in insert_char()
558 scr_memcpyw(p, p + nr, (vc->vc_cols - vc->vc_x - nr) * 2); in delete_char()
559 scr_memsetw(p + vc->vc_cols - vc->vc_x - nr, vc->vc_video_erase_char, in delete_char()
564 vc->vc_cols - vc->vc_x); in delete_char()
751 vc->vc_size_row = vc->vc_cols << 1; in visual_init()
796 vc_init(vc, vc->vc_rows, vc->vc_cols, 1); in vc_allocate()
860 new_cols = (cols ? cols : vc->vc_cols); in vc_do_resize()
865 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) in vc_do_resize()
882 vc->vc_cols = new_cols; in vc_do_resize()
941 ws.ws_col = vc->vc_cols; in vc_do_resize()
1059 if (new_x >= vc->vc_cols) in gotoxy()
1060 vc->vc_x = vc->vc_cols - 1; in gotoxy()
1175 count = vc->vc_cols * vc->vc_rows; in csi_J()
1194 count = vc->vc_cols - vc->vc_x; in csi_K()
1203 count = vc->vc_cols; in csi_K()
1220 count = (vpar > vc->vc_cols - vc->vc_x) ? (vc->vc_cols - vc->vc_x) : vpar; in csi_X()
1599 if (nr > vc->vc_cols - vc->vc_x) in csi_at()
1600 nr = vc->vc_cols - vc->vc_x; in csi_at()
1620 if (nr > vc->vc_cols - vc->vc_x) in csi_P()
1621 nr = vc->vc_cols - vc->vc_x; in csi_P()
1750 while (vc->vc_x < vc->vc_cols - 1) { in do_con_trol()
2378 if (vc->vc_x == vc->vc_cols - 1) { in do_con_write()
2595 if (myx == vc->vc_cols - 1) { in vt_console_print()
2606 if (vc->vc_x == vc->vc_cols) { in vt_console_print()
2876 tty->winsize.ws_col = vc_cons[currcons].d->vc_cols; in con_install()
2920 vc->vc_cols = cols; in vc_init()
2990 vc_init(vc, vc->vc_rows, vc->vc_cols, in con_init()
3002 display_desc, vc->vc_cols, vc->vc_rows); in con_init()
3178 desc, vc->vc_cols, vc->vc_rows); in do_bind_con_driver()
3519 if (vc->vc_cols < 999) { in con_debug_enter()
3528 snprintf(cols, 4, "%i", vc->vc_cols); in con_debug_enter()