• Home
  • Raw
  • Download

Lines Matching refs:vc_cols

323 	scr_memsetw(d + (b - t - nr) * vc->vc_cols, vc->vc_video_erase_char,  in scrup()
339 step = vc->vc_cols * nr; in scrdown()
353 xx = offset % vc->vc_cols; in do_update_region()
354 yy = offset / vc->vc_cols; in do_update_region()
364 while (xx < vc->vc_cols && count) { in do_update_region()
532 oldx = (offset >> 1) % vc->vc_cols; in complement_pos()
533 oldy = (offset >> 1) / vc->vc_cols; in complement_pos()
544 scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); in insert_char()
549 vc->vc_cols - vc->vc_x); in insert_char()
556 scr_memcpyw(p, p + nr, (vc->vc_cols - vc->vc_x - nr) * 2); in delete_char()
557 scr_memsetw(p + vc->vc_cols - vc->vc_x - nr, vc->vc_video_erase_char, in delete_char()
562 vc->vc_cols - vc->vc_x); in delete_char()
749 vc->vc_size_row = vc->vc_cols << 1; in visual_init()
794 vc_init(vc, vc->vc_rows, vc->vc_cols, 1); in vc_allocate()
858 new_cols = (cols ? cols : vc->vc_cols); in vc_do_resize()
863 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) in vc_do_resize()
885 vc->vc_cols = new_cols; in vc_do_resize()
944 ws.ws_col = vc->vc_cols; in vc_do_resize()
1062 if (new_x >= vc->vc_cols) in gotoxy()
1063 vc->vc_x = vc->vc_cols - 1; in gotoxy()
1178 count = vc->vc_cols * vc->vc_rows; in csi_J()
1197 count = vc->vc_cols - vc->vc_x; in csi_K()
1206 count = vc->vc_cols; in csi_K()
1223 count = (vpar > vc->vc_cols - vc->vc_x) ? (vc->vc_cols - vc->vc_x) : vpar; in csi_X()
1598 if (nr > vc->vc_cols - vc->vc_x) in csi_at()
1599 nr = vc->vc_cols - vc->vc_x; in csi_at()
1619 if (nr > vc->vc_cols - vc->vc_x) in csi_P()
1620 nr = vc->vc_cols - vc->vc_x; in csi_P()
1749 while (vc->vc_x < vc->vc_cols - 1) { in do_con_trol()
2377 if (vc->vc_x == vc->vc_cols - 1) { in do_con_write()
2594 if (myx == vc->vc_cols - 1) { in vt_console_print()
2605 if (vc->vc_x == vc->vc_cols) { in vt_console_print()
2875 tty->winsize.ws_col = vc_cons[currcons].d->vc_cols; in con_install()
2919 vc->vc_cols = cols; in vc_init()
2989 vc_init(vc, vc->vc_rows, vc->vc_cols, in con_init()
3001 display_desc, vc->vc_cols, vc->vc_rows); in con_init()
3170 desc, vc->vc_cols, vc->vc_rows); in do_bind_con_driver()
3528 if (vc->vc_cols < 999) { in con_debug_enter()
3537 snprintf(cols, 4, "%i", vc->vc_cols); in con_debug_enter()