Home | History | Annotate | Download | only in ic

Lines Matching defs:wf

328 	struct wsdisplay_font *wf;
355 if (wsfont_lock(cookie, &wf))
364 f->wsfont = wf;
563 struct wsdisplay_font *wf;
568 if (cookie == -1 || wsfont_lock(cookie, &wf))
570 vga_loadchars(&vc->hdl, 0, wf->firstchar, wf->numchars,
571 wf->fontheight, wf->data);
572 vga_builtinfont.wsfont = wf;