Searched refs:NCOLORS (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/vt/colors/
H A Dvt_termcolors.h49 #define NCOLORS 16 macro
56 static const int cons_to_vga_colors[NCOLORS] = {
H A Dvt_termcolors.c45 } color_def[NCOLORS] = {
142 for (i = 0; i < NCOLORS; i++) {
164 for (i = 0; i < NCOLORS; i++)
170 for (i = 0; i < NCOLORS; i++)
/freebsd-13-stable/stand/common/
H A Dgfx_fb.h165 #define NCOLORS 16 macro
261 extern const int cons_to_vga_colors[NCOLORS];
H A Dgfx_fb.c126 } color_def[NCOLORS] = {
152 const int cons_to_vga_colors[NCOLORS] = {
157 static const int vga_to_cons_colors[NCOLORS] = {
230 if (index < NCOLORS) {
359 for (i = 0; i < NCOLORS; i++)
457 (data < NCOLORS) ?
/freebsd-13-stable/sys/dev/vt/hw/efifb/
H A Defifb.c137 info->fb_cmsize = NCOLORS;
/freebsd-13-stable/sys/dev/vt/hw/vbefb/
H A Dvbefb.c143 info->fb_cmsize = NCOLORS;
/freebsd-13-stable/stand/i386/libi386/
H A Dvbe.c1036 nc = NCOLORS;
H A Dvidconsole.c648 if (i < NCOLORS)

Completed in 93 milliseconds