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

/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dconsole.c51 #define NUM_COLORS 8 macro
53 static grub_uint8_t color_map[NUM_COLORS] =
236 if ((COLORS >= NUM_COLORS) && (COLOR_PAIRS >= NUM_COLORS * NUM_COLORS))
241 for (i = 0; i < NUM_COLORS; i++)
242 for (j = 0; j < NUM_COLORS; j++)

Completed in 15 milliseconds