Home
last modified time | relevance | path

Searched refs:cursoron (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/dev/ic/
H A Dpcdisplay_subr.c86 scr->cursoron = 1; in pcdisplay_cursor_init()
99 if (scr->cursoron) { in pcdisplay_cursor()
111 if ((scr->cursoron = on) == 0) in pcdisplay_cursor()
129 scr->cursoron = on; in pcdisplay_cursor()
H A Dvga_raster.c136 int cursoron; /* Is cursor displayed? */ member
828 vga_raster_cursor(scr, scr->cursoron, scr->cursorrow, scr->cursorcol); in vga_switch_screen()
1061 scr->cursoron = 1; in vga_raster_cursor_init()
1071 if (scr->cursoron) { in vga_raster_cursor()
1091 if ((scr->cursoron = on) == 0) in vga_raster_cursor()
1323 int cursoron = scr->cursoron; in vga_raster_copyrows() local
1325 if (cursoron) in vga_raster_copyrows()
1344 if (cursoron) in vga_raster_copyrows()
H A Dpcdisplayvar.h41 int cursoron; /* cursor displayed? */ member
H A Dvga.c1062 pcdisplay_cursor(&scr->pcs, scr->pcs.cursoron, in vga_doswitch()
1145 int cursoron = scr->pcs.cursoron; in vga_copyrows() local
1147 if (cursoron) in vga_copyrows()
1166 if (cursoron) in vga_copyrows()
/netbsd/sys/dev/isa/
H A Dega.c733 pcdisplay_cursor(&scr->pcs, scr->pcs.cursoron, in ega_doswitch()
847 int cursoron = scr->pcs.cursoron; in ega_copyrows() local
849 if (cursoron) in ega_copyrows()
869 if (cursoron) in ega_copyrows()