Searched defs:normal_color (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dconsole.c56 console_setcolor (int normal_color, int highlight_color) argument
58 console_normal_color = normal_color;
H A Dhercules.c164 hercules_setcolor (int normal_color, int highlight_color) argument
166 herc_normal_color = normal_color;
H A Dgraphics.c307 void graphics_setcolor (int normal_color, int highlight_color) { argument
308 graphics_normal_color = normal_color;
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c748 console_setcolor (int normal_color, int highlight_color) argument
1279 hercules_setcolor (int normal_color, int highlight_color) argument
1281 console_setcolor (normal_color, highlight_color);

Completed in 73 milliseconds