/src/sys/dev/ic/ |
pcdisplayvar.h | 45 int cursorcol, cursorrow; /* current cursor position */ member in struct:pcdisplayscreen
|
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...] |
/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;
|