Lines Matching refs:ite_softc

101 struct	ite_softc con_itesoftc;
104 struct ite_softc *kbd_ite;
119 void iteputchar(int c, struct ite_softc *ip);
123 static void iteprecheckwrap(struct ite_softc *);
124 static void itecheckwrap(struct ite_softc *);
125 struct ite_softc *getitesp(dev_t);
131 static void alignment_display(struct ite_softc *);
132 inline static void snap_cury(struct ite_softc *);
133 inline static void ite_dnchar(struct ite_softc *, int);
134 inline static void ite_inchar(struct ite_softc *, int);
135 inline static void ite_clrtoeol(struct ite_softc *);
136 inline static void ite_clrtobol(struct ite_softc *);
137 inline static void ite_clrline(struct ite_softc *);
138 inline static void ite_clrtoeos(struct ite_softc *);
139 inline static void ite_clrtobos(struct ite_softc *);
140 inline static void ite_clrscreen(struct ite_softc *);
141 inline static void ite_dnline(struct ite_softc *, int);
142 inline static void ite_inline(struct ite_softc *, int);
143 inline static void ite_lf(struct ite_softc *);
144 inline static void ite_crlf(struct ite_softc *);
145 inline static void ite_cr(struct ite_softc *);
146 inline static void ite_rlf(struct ite_softc *);
148 inline static int ite_argnum(struct ite_softc *);
149 inline static int ite_zargnum(struct ite_softc *);
151 CFATTACH_DECL_NEW(ite, sizeof(struct ite_softc),
202 struct ite_softc *ip; in iteattach()
244 struct ite_softc *
314 struct ite_softc *ip; in itecninit()
332 ite_cnfinish(struct ite_softc *ip) in ite_cnfinish()
359 struct ite_softc *ip; in itecnputc()
390 struct ite_softc *ip; in iteinit()
418 struct ite_softc *ip; in iteopen()
534 struct ite_softc *ip; in iteioctl()
641 struct ite_softc *ip; in ite_on()
665 struct ite_softc *ip; in ite_off()
685 struct ite_softc *ip; in ite_reinit()
702 ite_reset(struct ite_softc *ip) in ite_reset()
1020 alignment_display(struct ite_softc *ip) in alignment_display()
1032 snap_cury(struct ite_softc *ip) in snap_cury()
1044 ite_dnchar(struct ite_softc *ip, int n) in ite_dnchar()
1060 ite_inchar(struct ite_softc *ip, int n) in ite_inchar()
1076 ite_clrtoeol(struct ite_softc *ip) in ite_clrtoeol()
1088 ite_clrtobol(struct ite_softc *ip) in ite_clrtobol()
1097 ite_clrline(struct ite_softc *ip) in ite_clrline()
1108 ite_clrtoeos(struct ite_softc *ip) in ite_clrtoeos()
1120 ite_clrtobos(struct ite_softc *ip) in ite_clrtobos()
1132 ite_clrscreen(struct ite_softc *ip) in ite_clrscreen()
1142 ite_dnline(struct ite_softc *ip, int n) in ite_dnline()
1162 ite_inline(struct ite_softc *ip, int n) in ite_inline()
1182 ite_lf(struct ite_softc *ip) in ite_lf()
1196 ite_crlf(struct ite_softc *ip) in ite_crlf()
1203 ite_cr(struct ite_softc *ip) in ite_cr()
1213 ite_rlf(struct ite_softc *ip) in ite_rlf()
1238 ite_argnum(struct ite_softc *ip) in ite_argnum()
1255 ite_zargnum(struct ite_softc *ip) in ite_zargnum()
1274 struct ite_softc *ip; in ite_putstr()
1291 iteprecheckwrap(struct ite_softc *ip) in iteprecheckwrap()
1307 itecheckwrap(struct ite_softc *ip) in itecheckwrap()
1334 iteputchar(register int c, struct ite_softc *ip) in iteputchar()