/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; 108 scr->cursorrow = row; 114 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol); 127 scr->cursorrow = row;
|
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...] |
vga.c | 487 scr->pcs.cursorrow = cpos / type->ncols; 705 vga_console_screen.pcs.cursorrow, defattr); 892 *curyp = scr->pcs.cursorrow; 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 | 368 scr->pcs.cursorrow = cpos / type->ncols; 550 ega_console_screen.pcs.cursorrow, 613 *curyp = scr->pcs.cursorrow; 734 scr->pcs.cursorrow, scr->pcs.cursorcol); 851 scr->pcs.cursorrow, scr->pcs.cursorcol); 871 scr->pcs.cursorrow, scr->pcs.cursorcol);
|
pcdisplay.c | 216 dc->pcs.cursorrow = cpos / pcdisplay_scr.ncols; 352 pcdisplay_console_dc.pcs.cursorrow,
|
/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;
|
/src/sys/arch/x86/include/ |
efi.h | 167 int32_t cursorrow; member in struct:efi_text_output_mode
|