Lines Matching refs:ite_softc

101 static inline void alignment_display(struct ite_softc *);
102 static inline void snap_cury(struct ite_softc *);
103 static inline void ite_dnchar(struct ite_softc *, int);
104 static void ite_inchar(struct ite_softc *, int);
105 static inline void ite_clrtoeol(struct ite_softc *);
106 static inline void ite_clrtobol(struct ite_softc *);
107 static inline void ite_clrline(struct ite_softc *);
108 static inline void ite_clrtoeos(struct ite_softc *);
109 static inline void ite_clrtobos(struct ite_softc *);
110 static inline void ite_clrscreen(struct ite_softc *);
111 static inline void ite_dnline(struct ite_softc *, int);
112 static inline void ite_inline(struct ite_softc *, int);
113 static inline void ite_index(struct ite_softc *);
114 static inline void ite_lf(struct ite_softc *);
115 static inline void ite_crlf(struct ite_softc *);
116 static inline void ite_cr(struct ite_softc *);
117 static inline void ite_rlf(struct ite_softc *);
118 static void iteprecheckwrap(struct ite_softc *);
119 static void itecheckwrap(struct ite_softc *);
120 static int ite_argnum(struct ite_softc *);
121 static int ite_zargnum(struct ite_softc *);
122 static void ite_sendstr(struct ite_softc *, const char *);
124 static struct ite_softc *getitesp(dev_t);
141 static struct ite_softc *kbd_ite = NULL;
142 static struct ite_softc con_itesoftc;
156 static void iteputchar(int, struct ite_softc *);
158 static int ite_dcs(const int, struct ite_softc *);
165 CFATTACH_DECL_NEW(ite, sizeof(struct ite_softc),
210 struct ite_softc *ip;
235 static struct ite_softc *
243 panic("no ite_softc for console");
250 struct ite_softc *ip;
292 struct ite_softc *ip;
330 struct ite_softc *ip;
370 struct ite_softc *ip;
557 struct ite_softc *ip;
570 ite_reset(struct ite_softc *ip)
925 ite_sendstr(struct ite_softc *ip, const char *str)
933 alignment_display(struct ite_softc *ip)
944 snap_cury(struct ite_softc *ip)
956 ite_dnchar(struct ite_softc *ip, int n)
971 ite_inchar(struct ite_softc *ip, int n)
989 ite_clrtoeol(struct ite_softc *ip)
1000 ite_clrtobol(struct ite_softc *ip)
1009 ite_clrline(struct ite_softc *ip)
1018 ite_clrtoeos(struct ite_softc *ip)
1030 ite_clrtobos(struct ite_softc *ip)
1041 ite_clrscreen(struct ite_softc *ip)
1049 ite_dnline(struct ite_softc *ip, int n)
1070 ite_inline(struct ite_softc *ip, int n)
1095 ite_index(struct ite_softc *ip)
1108 ite_lf(struct ite_softc *ip)
1131 ite_crlf(struct ite_softc *ip)
1139 ite_cr(struct ite_softc *ip)
1148 ite_rlf(struct ite_softc *ip)
1171 ite_argnum(struct ite_softc *ip)
1188 ite_zargnum(struct ite_softc *ip)
1207 struct ite_softc *ip;
1232 iteputchar(int c, struct ite_softc *ip)
2404 ite_dcs(const int c, struct ite_softc *ip)
2698 iteprecheckwrap(struct ite_softc *ip)
2715 itecheckwrap(struct ite_softc *ip)
2843 struct ite_softc *ip;
2858 itecnfinish(struct ite_softc *ip)
2884 struct ite_softc *ip = getitesp(dev);