HomeSort by: relevance | last modified time | path
    Searched defs:cursoron (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
pcdisplayvar.h 41 int cursoron; /* cursor displayed? */ member in struct:pcdisplayscreen
vga.c 1062 pcdisplay_cursor(&scr->pcs, scr->pcs.cursoron,
1145 int cursoron = scr->pcs.cursoron; local in function:vga_copyrows
1147 if (cursoron)
1166 if (cursoron)
vga_raster.c 136 int cursoron; /* Is cursor displayed? */ member in struct:vgascreen
828 vga_raster_cursor(scr, scr->cursoron, scr->cursorrow, scr->cursorcol);
1061 scr->cursoron = 1;
1071 if (scr->cursoron) {
1091 if ((scr->cursoron = on) == 0)
1323 int cursoron = scr->cursoron; local in function:vga_raster_copyrows
1325 if (cursoron)
1344 if (cursoron)
  /src/sys/dev/isa/
ega.c 733 pcdisplay_cursor(&scr->pcs, scr->pcs.cursoron,
847 int cursoron = scr->pcs.cursoron; local in function:ega_copyrows
849 if (cursoron)
869 if (cursoron)

Completed in 14 milliseconds