Home
last modified time | relevance | path

Searched refs:rc_maxcol (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/dev/rcons/
Drcons_subr.c153 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 …]
Drcons.h55 u_int rc_maxcol; /* emulator width of screen */ member
Drcons_kern.c192 ws->ws_col = rc->rc_maxcol; in rcons_ttyinit()
/netbsd/src/sys/dev/wscons/
Dwscons_rinit.c109 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()
Dwscons_raster.h54 int rc_maxcol; /* emulator width of screen */ member
/netbsd/src/sys/arch/next68k/dev/
Dnextdisplay.c217 nextdisplay_color.ncols = dc->dc_rcons.rc_maxcol; in nextdisplay_init()
220 nextdisplay_mono.ncols = dc->dc_rcons.rc_maxcol; in nextdisplay_init()
/netbsd/src/sys/arch/mac68k/dev/
Dmacfb.c181 macfb_stdscreen.ncols = dc->dc_rcons.rc_maxcol; in macfb_init()