Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dstic.c254 static struct wsscreen_descr stic_stdscreen = { variable
263 &stic_stdscreen,
335 stic_stdscreen.ncols = si->si_consw; in stic_init()
336 stic_stdscreen.nrows = si->si_consh; in stic_init()
451 wsdisplay_cnattach(&stic_stdscreen, ss, 0, 0, defattr); in stic_cnattach()