scr_wsd 467 dev/ic/sti.c strlcpy(scr->scr_wsd.name, "std", sizeof(scr->scr_wsd.name)); scr_wsd 468 dev/ic/sti.c scr->scr_wsd.ncols = cfg.width / scr->scr_curfont.width; scr_wsd 469 dev/ic/sti.c scr->scr_wsd.nrows = cfg.height / scr->scr_curfont.height; scr_wsd 470 dev/ic/sti.c scr->scr_wsd.textops = &sti_emulops; scr_wsd 471 dev/ic/sti.c scr->scr_wsd.fontwidth = scr->scr_curfont.width; scr_wsd 472 dev/ic/sti.c scr->scr_wsd.fontheight = scr->scr_curfont.height; scr_wsd 473 dev/ic/sti.c scr->scr_wsd.capabilities = 0; scr_wsd 475 dev/ic/sti.c scr->scr_scrlist[0] = &scr->scr_wsd; scr_wsd 525 dev/ic/sti.c wsdisplay_cnattach(&sc->sc_scr->scr_wsd, sc->sc_scr, scr_wsd 526 dev/ic/sti.c 0, sc->sc_scr->scr_wsd.nrows - 1, defattr); scr_wsd 1192 dev/ic/sti.c wsdisplay_cnattach(&scr->scr_wsd, scr, 0, 0, defattr); scr_wsd 78 dev/ic/stivar.h struct wsscreen_descr scr_wsd;