HomeSort by: relevance | last modified time | path
    Searched defs:vt100base_data (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/wscons/
vt100_base.h 31 struct vt100base_data { struct
111 void wsemul_vt100_scrollup(struct vt100base_data *, int);
112 void wsemul_vt100_scrolldown(struct vt100base_data *, int);
113 void wsemul_vt100_ed(struct vt100base_data *, int);
114 void wsemul_vt100_el(struct vt100base_data *, int);
115 void wsemul_vt100_handle_csi(struct vt100base_data *, u_char);
116 void wsemul_vt100_handle_dcs(struct vt100base_data *);

Completed in 13 milliseconds