Home
last modified time | relevance | path

Searched refs:vc_ccol (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Dpcdisplay_subr.c72 off = (scr->vc_crow * scr->type->ncols + scr->vc_ccol) * 2 + in pcdisplay_cursor_init()
95 off = scr->vc_crow * scr->type->ncols + scr->vc_ccol; in pcdisplay_cursor()
104 scr->vc_ccol = col; in pcdisplay_cursor()
109 off = (scr->vc_crow * scr->type->ncols + scr->vc_ccol); in pcdisplay_cursor()
128 scr->vc_ccol = col; in pcdisplay_cursor()
H A Dpcdisplayvar.h42 int vc_ccol, vc_crow; /* current cursor position */ member
H A Dvga.c434 scr->pcs.vc_ccol = cpos % type->ncols; in vga_init_screen()
591 vga_console_screen.pcs.vc_ccol, in vga_cnattach()
701 *curxp = scr->pcs.vc_ccol; in vga_alloc_screen()
843 scr->pcs.vc_crow, scr->pcs.vc_ccol); in vga_doswitch()
1062 scr->pcs.vc_crow, scr->pcs.vc_ccol); in vga_copyrows()
1085 scr->pcs.vc_crow, scr->pcs.vc_ccol); in vga_copyrows()
/openbsd/sys/dev/isa/
H A Dpcdisplay.c207 dc->pcs.vc_ccol = cpos % pcdisplay_scr.ncols; in pcdisplay_init()
303 pcdisplay_console_dc.pcs.vc_ccol, in pcdisplay_cnattach()