Home
last modified time | relevance | path

Searched refs:fontslot2 (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/ic/
H A Dvga.c738 int fontslot1, fontslot2; in vga_setfont() local
741 fontslot2 = (scr->fontset2 ? scr->fontset2->slot : fontslot1); in vga_setfont()
743 vc->currentfontset2 != fontslot2) { in vga_setfont()
744 vga_setfontset(&vc->hdl, fontslot1, fontslot2); in vga_setfont()
746 vc->currentfontset2 = fontslot2; in vga_setfont()