/src/sys/dev/ic/ |
pcdisplayvar.h | 45 int cursorcol, cursorrow; /* current cursor position */ member in struct:pcdisplayscreen
|
vga_raster.c | 138 int cursorrow; /* Current cursor row */ member in struct:vgascreen 368 vga_console_screen.cursorcol, vga_console_screen.cursorrow, 501 scr->cursorrow = cpos / type->ncols; 726 *curyp = scr->cursorrow; 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; 1077 vga_raster_putchar(id, scr->cursorrow, 1081 vga_raster_putchar(id, scr->cursorrow, [all...] |
/src/sys/arch/x86/include/ |
efi.h | 167 int32_t cursorrow; member in struct:efi_text_output_mode
|
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 280 int cursorrow; member in struct:amidisplaycc_screen 515 scr->cursorrow = row; 519 scr->cursorrow = -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); 1388 scr->cursorrow = -1;
|