ite_tv.c | 93 static void tv_putc(struct ite_softc *, int, int, int, int); 94 static void tv_cursor(struct ite_softc *, int); 95 static void tv_clear(struct ite_softc *, int, int, int, int); 96 static void tv_scroll(struct ite_softc *, int, int, int, int); 98 static void tv_sixel(struct ite_softc *, int, int); 166 tv_init(struct ite_softc *ip) 227 tv_deinit(struct ite_softc *ip) 234 typedef void tv_putcfunc(struct ite_softc *, int, char *); typedef in typeref:typename:void tv_putcfunc (struct *,int,char *) 268 tv_putc(struct ite_softc *ip, int ch, int y, int x, int mode) 309 tv_putc_nm(struct ite_softc *ip, int ch, char *p [all...] |