Searched defs:vt_window (Results 1 – 1 of 1) sorted by relevance
292 struct vt_window { struct293 struct vt_device *vw_device; /* (c) Device. */294 struct terminal *vw_terminal; /* (c) Terminal. */295 struct vt_buf vw_buf; /* (u) Screen buffer. */296 struct vt_font *vw_font; /* (d) Graphical font. */320 struct vt_window *vw_switch_to; argument340 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw, argument