Searched refs:fontslot1 (Results 1 – 1 of 1) sorted by relevance
738 int fontslot1, fontslot2; in vga_setfont() local740 fontslot1 = (scr->fontset1 ? scr->fontset1->slot : 0); in vga_setfont()741 fontslot2 = (scr->fontset2 ? scr->fontset2->slot : fontslot1); in vga_setfont()742 if (vc->currentfontset1 != fontslot1 || in vga_setfont()744 vga_setfontset(&vc->hdl, fontslot1, fontslot2); in vga_setfont()745 vc->currentfontset1 = fontslot1; in vga_setfont()