OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursoron
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
pcdisplayvar.h
41
int
cursoron
; /* cursor displayed? */
member in struct:pcdisplayscreen
pcdisplay_subr.c
86
scr->
cursoron
= 1;
99
if (scr->
cursoron
) {
111
if ((scr->
cursoron
= on) == 0)
129
scr->
cursoron
= on;
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
)
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
)
/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 108 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025