OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fontslot2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
ega.c
636
int fontslot1,
fontslot2
;
local in function:ega_setfont
639
fontslot2
= (scr->fontset2 ? scr->fontset2->slot : fontslot1);
641
vc->currentfontset2 !=
fontslot2
) {
642
vga_setfontset(&vc->hdl, 2 * fontslot1, 2 *
fontslot2
);
644
vc->currentfontset2 =
fontslot2
;
/src/sys/dev/ic/
vga.c
960
int fontslot1,
fontslot2
;
local in function:vga_setfont
968
fontslot2
= (scr->fontset2 ? scr->fontset2->slot : fontslot1);
970
vc->currentfontset2 !=
fontslot2
) {
971
vga_setfontset(&vc->hdl, fontslot1,
fontslot2
);
973
vc->currentfontset2 =
fontslot2
;
Completed in 16 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025