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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c616 int new_highlight_color;
703 new_highlight_color = ((new_normal_color >> 4)
707 new_highlight_color = color_number (highlight);
708 if (new_highlight_color < 0
709 && ! safe_parse_maxint (&highlight, &new_highlight_color))
714 current_term->setcolor (new_normal_color, new_highlight_color);
610 int new_highlight_color; local

Completed in 56 milliseconds