OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fontslot1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
ega.c
636
int
fontslot1
, fontslot2;
local in function:ega_setfont
638
fontslot1
= (scr->fontset1 ? scr->fontset1->slot : 0);
639
fontslot2 = (scr->fontset2 ? scr->fontset2->slot :
fontslot1
);
640
if (vc->currentfontset1 !=
fontslot1
||
642
vga_setfontset(&vc->hdl, 2 *
fontslot1
, 2 * fontslot2);
643
vc->currentfontset1 =
fontslot1
;
/src/sys/dev/ic/
vga.c
960
int
fontslot1
, fontslot2;
local in function:vga_setfont
967
fontslot1
= (scr->fontset1 ? scr->fontset1->slot : 0);
968
fontslot2 = (scr->fontset2 ? scr->fontset2->slot :
fontslot1
);
969
if (vc->currentfontset1 !=
fontslot1
||
971
vga_setfontset(&vc->hdl,
fontslot1
, fontslot2);
972
vc->currentfontset1 =
fontslot1
;
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025