Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dvt100_base.h31 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 *);
H A Dwsemul_vt100.c92 static void wsemul_vt100_nextline(struct vt100base_data *); /* IND */
93 static void wsemul_vt100_prevline(struct vt100base_data *); /* RI */
145 struct vt100base_data *vd = &edp->bd; in wsemul_vt100_init()
220 struct vt100base_data *vd; in wsemul_vt100_cnattach()
245 struct vt100base_data *vd; in wsemul_vt100_attach()
277 struct vt100base_data *vd = &edp->bd; in wsemul_vt100_detach()
315 struct vt100base_data *vd = &edp->bd; in wsemul_vt100_resetop()
338 struct vt100base_data *vd = &edp->bd; in wsemul_vt100_reset()
377 wsemul_vt100_nextline(struct vt100base_data *vd) in wsemul_vt100_nextline()
397 wsemul_vt100_prevline(struct vt100base_data *vd) in wsemul_vt100_prevline()
[all …]
H A Dwsemul_vt100_subr.c45 static int vt100_selectattribute(struct vt100base_data *,
47 static int vt100_ansimode(struct vt100base_data *, int, int);
48 static int vt100_decmode(struct vt100base_data *, int, int);
57 wsemul_vt100_scrollup(struct vt100base_data *vd, int n) in wsemul_vt100_scrollup()
87 wsemul_vt100_scrolldown(struct vt100base_data *vd, int n) in wsemul_vt100_scrolldown()
117 wsemul_vt100_ed(struct vt100base_data *vd, int arg) in wsemul_vt100_ed()
163 wsemul_vt100_el(struct vt100base_data *vd, int arg) in wsemul_vt100_el()
189 wsemul_vt100_handle_csi(struct vt100base_data *vd, u_char c) in wsemul_vt100_handle_csi()
686 vt100_selectattribute(struct vt100base_data *vd, in vt100_selectattribute()
776 wsemul_vt100_handle_dcs(struct vt100base_data *vd) in wsemul_vt100_handle_dcs()
[all …]
H A Dwsemul_vt100_chars.c83 struct vt100base_data *vd = &edp->bd; in vt100_initchartables()
146 struct vt100base_data *vd = &edp->bd; in vt100_setnrc()
H A Dwsemul_vt100var.h32 struct vt100base_data bd;
H A Dwsemul_vt100_keys.c88 struct vt100base_data *vd = &edp->bd; in wsemul_vt100_translate()