Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c89 static const struct terminal_class vt_termclass = { variable
268 TERMINAL_DECLARE_EARLY(vt_consterm, vt_termclass, &vt_conswindow);
3173 tm = vw->vw_terminal = terminal_alloc(&vt_termclass, vw); in vt_allocate_window()