Searched refs:TC_NCOLORS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/teken/
H A Dteken.h58 #define TC_NCOLORS 8 macro
/freebsd-10.1-release/sys/dev/syscons/
H A Dscterm-teken.c308 static const unsigned char fgcolors_normal[TC_NCOLORS] = {
313 static const unsigned char fgcolors_bold[TC_NCOLORS] = {
318 static const unsigned char bgcolors[TC_NCOLORS] = {
345 for (fg = 0; fg < TC_NCOLORS; fg++) {
346 for (bg = 0; bg < TC_NCOLORS; bg++) {

Completed in 86 milliseconds