Home
last modified time | relevance | path

Searched refs:rc_col (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/rcons/
Drcons_subr.c153 j = rc->rc_maxcol - rc->rc_col; in rcons_puts()
180 rc->rc_col = 0; in rcons_pctrl()
184 if (rc->rc_col > 0) in rcons_pctrl()
185 (rc->rc_col)--; in rcons_pctrl()
194 rc->rc_row = rc->rc_col = 0; in rcons_pctrl()
209 rc->rc_col = (rc->rc_col + 8) & ~7; in rcons_pctrl()
210 if (rc->rc_col >= rc->rc_maxcol) in rcons_pctrl()
211 rc->rc_col = rc->rc_maxcol; in rcons_pctrl()
341 rc->rc_col += rc->rc_p0; in rcons_doesc()
342 if (rc->rc_col >= rc->rc_maxcol) in rcons_doesc()
[all …]
Drcons.h62 u_int rc_col; /* emulator column */ member
Drcons_kern.c172 rc->rc_col = 0; in rcons_init()