Searched refs:cursorrow (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | vga_raster.c | 138 int cursorrow; /* Current cursor row */ member 368 vga_console_screen.cursorcol, vga_console_screen.cursorrow, in vga_cnattach() 501 scr->cursorrow = cpos / type->ncols; in vga_raster_init_screen() 726 *curyp = scr->cursorrow; in vga_raster_alloc_screen() 828 vga_raster_cursor(scr, scr->cursoron, scr->cursorrow, scr->cursorcol); in vga_switch_screen() 1048 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol) + in vga_raster_cursor_init() 1052 vga_raster_putchar(scr, scr->cursorrow, scr->cursorcol, in vga_raster_cursor_init() 1072 off = scr->cursorrow * scr->type->ncols + scr->cursorcol; in vga_raster_cursor() 1077 vga_raster_putchar(id, scr->cursorrow, in vga_raster_cursor() 1081 vga_raster_putchar(id, scr->cursorrow, in vga_raster_cursor() [all …]
|
| D | pcdisplay_subr.c | 66 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol) * 2 in pcdisplay_cursor_init() 100 off = scr->cursorrow * scr->type->ncols + scr->cursorcol; in pcdisplay_cursor() 108 scr->cursorrow = row; in pcdisplay_cursor() 114 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol); in pcdisplay_cursor() 127 scr->cursorrow = row; in pcdisplay_cursor()
|
| D | pcdisplayvar.h | 45 int cursorcol, cursorrow; /* current cursor position */ member
|
| D | vga.c | 487 scr->pcs.cursorrow = cpos / type->ncols; in vga_init_screen() 705 vga_console_screen.pcs.cursorrow, defattr); in vga_cnattach() 892 *curyp = scr->pcs.cursorrow; in vga_alloc_screen() 1063 scr->pcs.cursorrow, scr->pcs.cursorcol); in vga_doswitch() 1149 scr->pcs.cursorrow, scr->pcs.cursorcol); in vga_copyrows() 1168 scr->pcs.cursorrow, scr->pcs.cursorcol); in vga_copyrows()
|
| /netbsd/src/sys/dev/isa/ |
| D | ega.c | 368 scr->pcs.cursorrow = cpos / type->ncols; in ega_init_screen() 550 ega_console_screen.pcs.cursorrow, in ega_cnattach() 613 *curyp = scr->pcs.cursorrow; in ega_alloc_screen() 734 scr->pcs.cursorrow, scr->pcs.cursorcol); in ega_doswitch() 851 scr->pcs.cursorrow, scr->pcs.cursorcol); in ega_copyrows() 871 scr->pcs.cursorrow, scr->pcs.cursorcol); in ega_copyrows()
|
| D | pcdisplay.c | 216 dc->pcs.cursorrow = cpos / pcdisplay_scr.ncols; in pcdisplay_init() 352 pcdisplay_console_dc.pcs.cursorrow, in pcdisplay_cnattach()
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | amidisplaycc.c | 280 int cursorrow; member 515 scr->cursorrow = row; in amidisplaycc_cursor() 519 scr->cursorrow = -1; in amidisplaycc_cursor() 528 amidisplaycc_cursor_xor(scr, scr->cursorrow, scr->cursorcol); in amidisplaycc_cursor_undraw() 536 if (!scr->cursordrawn && scr->cursorrow >= 0 && scr->cursorcol >= 0) { in amidisplaycc_cursor_draw() 537 amidisplaycc_cursor_xor(scr, scr->cursorrow, scr->cursorcol); in amidisplaycc_cursor_draw() 1388 scr->cursorrow = -1; in amidisplaycc_alloc_screen()
|
| /netbsd/src/sys/arch/x86/include/ |
| D | efi.h | 167 int32_t cursorrow; member
|