/src/sys/dev/ic/ |
pcdisplayvar.h | 45 int cursorcol, cursorrow; /* current cursor position */ member in struct:pcdisplayscreen
|
pcdisplay_subr.c | 66 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol) * 2 100 off = scr->cursorrow * scr->type->ncols + scr->cursorcol; 109 scr->cursorcol = col; 114 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol); 128 scr->cursorcol = col;
|
vga_raster.c | 137 int cursorcol; /* Current cursor column */ member in struct:vgascreen 368 vga_console_screen.cursorcol, vga_console_screen.cursorrow, 502 scr->cursorcol = cpos % type->ncols; 725 *curxp = scr->cursorcol; 828 vga_raster_cursor(scr, scr->cursoron, scr->cursorrow, scr->cursorcol); 1048 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol) + 1052 vga_raster_putchar(scr, scr->cursorrow, scr->cursorcol, 1072 off = scr->cursorrow * scr->type->ncols + scr->cursorcol; 1078 scr->cursorcol - 1, scr->cursortmp.ch, 1082 scr->cursorcol, scr->cursortmp.ch [all...] |
vga.c | 488 scr->pcs.cursorcol = cpos % type->ncols; 704 vga_console_screen.pcs.cursorcol, 891 *curxp = scr->pcs.cursorcol; 1063 scr->pcs.cursorrow, scr->pcs.cursorcol); 1149 scr->pcs.cursorrow, scr->pcs.cursorcol); 1168 scr->pcs.cursorrow, scr->pcs.cursorcol);
|
/src/sys/dev/isa/ |
ega.c | 369 scr->pcs.cursorcol = cpos % type->ncols; 549 ega_console_screen.pcs.cursorcol, 612 *curxp = scr->pcs.cursorcol; 734 scr->pcs.cursorrow, scr->pcs.cursorcol); 851 scr->pcs.cursorrow, scr->pcs.cursorcol); 871 scr->pcs.cursorrow, scr->pcs.cursorcol);
|
pcdisplay.c | 217 dc->pcs.cursorcol = cpos % pcdisplay_scr.ncols; 351 pcdisplay_console_dc.pcs.cursorcol,
|
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 281 int cursorcol; member in struct:amidisplaycc_screen 516 scr->cursorcol = col; 520 scr->cursorcol = -1; 528 amidisplaycc_cursor_xor(scr, scr->cursorrow, scr->cursorcol); 536 if (!scr->cursordrawn && scr->cursorrow >= 0 && scr->cursorcol >= 0) { 537 amidisplaycc_cursor_xor(scr, scr->cursorrow, scr->cursorcol); 1389 scr->cursorcol = -1;
|