Searched refs:rc_maxcol (Results 1 – 7 of 7) sorted by relevance
153 j = rc->rc_maxcol - rc->rc_col; in rcons_puts()210 if (rc->rc_col >= rc->rc_maxcol) in rcons_pctrl()211 rc->rc_col = rc->rc_maxcol; in rcons_pctrl()342 if (rc->rc_col >= rc->rc_maxcol) in rcons_doesc()343 rc->rc_col = rc->rc_maxcol - 1; in rcons_doesc()366 rc->rc_col = MIN(MAX(rc->rc_p1, 1), rc->rc_maxcol) - 1; in rcons_doesc()525 if (rc->rc_col >= rc->rc_maxcol) { in rcons_text()576 rc->rc_maxcol - rc->rc_col, rc->rc_attr); in rcons_clear2eol()603 if (n > rc->rc_maxcol - rc->rc_col) in rcons_delchar()604 n = rc->rc_maxcol - rc->rc_col; in rcons_delchar()[all …]
55 u_int rc_maxcol; /* emulator width of screen */ member
192 ws->ws_col = rc->rc_maxcol; in rcons_ttyinit()
109 rc->rc_maxcol = uimin(i, mcol); in rcons_init()113 ((rp->width - rc->rc_maxcol * rc->rc_font->width) / 2) & ~0x1f; in rcons_init()118 rc->rc_raswidth = rc->rc_maxcol * rc->rc_font->width; in rcons_init()
54 int rc_maxcol; /* emulator width of screen */ member
217 nextdisplay_color.ncols = dc->dc_rcons.rc_maxcol; in nextdisplay_init()220 nextdisplay_mono.ncols = dc->dc_rcons.rc_maxcol; in nextdisplay_init()
181 macfb_stdscreen.ncols = dc->dc_rcons.rc_maxcol; in macfb_init()