teken_color_t
gfx_fb_evalcolor(const char *envname, teken_color_t *cattr,
teken_color_t fg, bg, tmp;
teken_color_t fg = a->ta_fgcolor;
teken_color_t fg, bg, tmp;
teken_color_t fg = a->ta_fgcolor;
static const teken_color_t sc_to_te_color[] = {
teken_color_t fg, bg;
teken_color_t _c; \
teken_color_t _c; \
teken_color_t _c; \
typedef teken_color_t term_color_t;
static const teken_color_t teken_256to8tab[] = {
static const teken_color_t teken_256to16tab[] = {
teken_color_t
teken_256to8(teken_color_t c)
teken_color_t
teken_256to16(teken_color_t c)
teken_color_t teken_256to16(teken_color_t);
teken_color_t teken_256to8(teken_color_t);
teken_color_t ta_fgcolor;
teken_color_t ta_bgcolor;
static const teken_color_t cons25_colors[8] = { TC_BLACK, TC_BLUE,
static const teken_color_t cons25_revcolors[8] = { 0, 4, 2, 6, 1, 5, 3, 7 };