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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dpcdisplayvar.h39 int cursoron; /* cursor displayed? */ member in struct:pcdisplayscreen
H A Dpcdisplay_subr.c86 scr->cursoron = 1;
99 if (scr->cursoron) {
111 if ((scr->cursoron = on) == 0)
129 scr->cursoron = on;
H A Dvga_raster.c135 int cursoron; /* Is cursor displayed? */ member in struct:vgascreen
815 vga_raster_cursor(scr, scr->cursoron, scr->cursorrow, scr->cursorcol);
1058 scr->cursoron = 1;
1068 if (scr->cursoron) {
1088 if ((scr->cursoron = on) == 0)
1320 int cursoron = scr->cursoron; local
1322 if (cursoron)
1341 if (cursoron)
H A Dvga.c1061 pcdisplay_cursor(&scr->pcs, scr->pcs.cursoron,
1144 int cursoron = scr->pcs.cursoron; local
1146 if (cursoron)
1165 if (cursoron)
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dega.c734 pcdisplay_cursor(&scr->pcs, scr->pcs.cursoron,
848 int cursoron = scr->pcs.cursoron; local
850 if (cursoron)
870 if (cursoron)

Completed in 103 milliseconds