Searched refs:teken_256to8 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/teken/libteken/
H A DMakefile17 MLINKS= teken.3 teken_256to8.3 \
/freebsd-10.3-release/sys/teken/
H A Dteken_subr_compat.h68 *fg = cons25_revcolors[teken_256to8(t->t_defattr.ta_fgcolor)];
71 *bg = cons25_revcolors[teken_256to8(t->t_defattr.ta_bgcolor)];
H A Dteken.h206 teken_color_t teken_256to8(teken_color_t);
H A Dteken.c456 teken_256to8(teken_color_t c) function
/freebsd-10.3-release/sys/teken/demo/
H A Dteken_demo.c120 bkgdset(attr | COLOR_PAIR(teken_256to8(px->a.ta_fgcolor) +
121 8 * teken_256to8(px->a.ta_bgcolor)));
/freebsd-10.3-release/sys/dev/syscons/
H A Dscterm-teken.c370 fg = teken_256to8(a->ta_bgcolor);
371 bg = teken_256to8(a->ta_fgcolor);
373 fg = teken_256to8(a->ta_fgcolor);
374 bg = teken_256to8(a->ta_bgcolor);
/freebsd-10.3-release/sys/kern/
H A Dsubr_terminal.c134 TCOLOR_FG(teken_256to8((a)->ta_fgcolor)) | \
135 TCOLOR_BG(teken_256to8((a)->ta_bgcolor)))

Completed in 177 milliseconds