Home | History | Annotate | Download | only in dev

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;
244 struct ite_softc *
251 panic("no ite_softc for console");
314 struct ite_softc *ip;
332 ite_cnfinish(struct ite_softc *ip)
359 struct ite_softc *ip;
390 struct ite_softc *ip;
418 struct ite_softc *ip;
534 struct ite_softc *ip;
641 struct ite_softc *ip;
665 struct ite_softc *ip;
685 struct ite_softc *ip;
702 ite_reset(struct ite_softc *ip)
1020 alignment_display(struct ite_softc *ip)
1032 snap_cury(struct ite_softc *ip)
1044 ite_dnchar(struct ite_softc *ip, int n)
1060 ite_inchar(struct ite_softc *ip, int n)
1076 ite_clrtoeol(struct ite_softc *ip)
1088 ite_clrtobol(struct ite_softc *ip)
1097 ite_clrline(struct ite_softc *ip)
1108 ite_clrtoeos(struct ite_softc *ip)
1120 ite_clrtobos(struct ite_softc *ip)
1132 ite_clrscreen(struct ite_softc *ip)
1142 ite_dnline(struct ite_softc *ip, int n)
1162 ite_inline(struct ite_softc *ip, int n)
1182 ite_lf(struct ite_softc *ip)
1196 ite_crlf(struct ite_softc *ip)
1203 ite_cr(struct ite_softc *ip)
1213 ite_rlf(struct ite_softc *ip)
1238 ite_argnum(struct ite_softc *ip)
1255 ite_zargnum(struct ite_softc *ip)
1274 struct ite_softc *ip;
1291 iteprecheckwrap(struct ite_softc *ip)
1307 itecheckwrap(struct ite_softc *ip)
1334 iteputchar(register int c, struct ite_softc *ip)