HomeSort by: relevance | last modified time | path
    Searched refs:g_iteputc (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/atari/dev/
grfvar.h 73 void (*g_iteputc)(struct ite_softc *, int, int, member in struct:grf_softc
ite_et.c 278 sc->g_iteputc = et_putc;
ite_cc.c 313 sc->g_iteputc = putc8;
ite.c 86 #define SUBR_PUTC(sc,c,dy,dx,m) (sc)->grf->g_iteputc(sc,c,dy,dx,m)
  /src/sys/arch/amiga/dev/
grfvar.h 80 void (*g_iteputc)(struct ite_softc *, int, int, int, int); member in struct:grf_softc
ite_cl.c 99 gp->g_iteputc = cl_putc;
ite_cv.c 108 gp->g_iteputc = cv_putc;
ite_cv3d.c 108 gp->g_iteputc = cv3d_putc;
ite_et.c 101 gp->g_iteputc = et_putc;
ite_rh.c 88 gp->g_iteputc = rh_putc;
ite_rt.c 97 gp->g_iteputc = retina_putc;
ite_ul.c 134 gp->g_iteputc = ulowell_putc;
ite_cc.c 191 gp->g_iteputc = putc8;
ite.c 90 #define SUBR_PUTC(ip,c,dy,dx,m) (ip)->grf->g_iteputc(ip,c,dy,dx,m)

Completed in 21 milliseconds