Lines Matching refs:vc_cols
336 vc->vc_cols = cols; in newport_init()
459 ycurs = ((xcurs / vc->vc_cols) << 4) + 31; in newport_cursor()
460 xcurs = ((xcurs % vc->vc_cols) << 3) + xcurs_correction; in newport_cursor()
612 count = (b - t - lines) * vc->vc_cols; in newport_scroll()
627 if (++x == vc->vc_cols) { in newport_scroll()
636 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll()
643 if (++x == vc->vc_cols) { in newport_scroll()
649 x = vc->vc_cols - 1; in newport_scroll()
663 x = vc->vc_cols - 1; in newport_scroll()
671 for (count = 0; count < (lines * vc->vc_cols); count++) { in newport_scroll()
678 if (++x == vc->vc_cols) { in newport_scroll()