Home | Sort by: relevance | last modified time | path |
/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) |