glyphcache
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache rd_gc;
glyphcache sc_gc; /* VRAM glyph cache */
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache sc_gc;
glyphcache_reconfig(glyphcache *gc, int cellwidth, int cellheight, long attr)
glyphcache *gc = cookie;
glyphcache_wipe(glyphcache *gc)
glyphcache_add(glyphcache *gc, int c, int x, int y)
glyphcache_underline(glyphcache *gc, int x, int y, long attr)
glyphcache_try(glyphcache *gc, int c, int x, int y, long attr)
glyphcache_init(glyphcache *gc, int first, int lines, int width,
glyphcache_init_align(glyphcache *gc, int first, int lines, int width,
glyphcache_init_x(glyphcache *gc, int x, int y, int lines, int width,
void glyphcache_underline(glyphcache *, int, int, long);
int glyphcache_init(glyphcache *, int, int, int, int, int, long);
int glyphcache_init_x(glyphcache *, int, int, int, int, int, int, long);
int glyphcache_init_align(glyphcache *, int, int, int, int, int, long, int);
int glyphcache_reconfig(glyphcache *, int, int, long);
void glyphcache_wipe(glyphcache *);
int glyphcache_add(glyphcache *, int, int, int); /* char code, x, y */
int glyphcache_try(glyphcache *, int, int, int, long); /* char code, x, y, attr */