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.c88 static const struct terminal_class vt_termclass = { variable
267 TERMINAL_DECLARE_EARLY(vt_consterm, vt_termclass, &vt_conswindow);
3137 tm = vw->vw_terminal = terminal_alloc(&vt_termclass, vw); in vt_allocate_window()