tga.c | 90 static void tga_putchar(void *c, int row, int col, u_int uc, long attr); 117 .putchar = tga_putchar, 359 /* the accelerated tga_putchar() needs LSbit left */ 376 rip->ri_ops.putchar = tga_putchar; 1215 tga_putchar(void *c, int row, int col, u_int uc, long attr) function in typeref:typename:void
|