Home
last modified time | relevance | path

Searched refs:graphics_normal_color (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c97 static int graphics_normal_color = A_NORMAL; variable
185 graphics_highlight_color = ((graphics_normal_color >> 4) | in graphics_init()
186 ((graphics_normal_color & 0xf) << 4)); in graphics_init()
294 graphics_current_color = graphics_normal_color; in graphics_setcolorstate()
308 graphics_normal_color = normal_color; in graphics_setcolor()