HomeSort by relevance Sort by last modified time
    Searched full:new_highlight_color (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
builtins.c 581 int new_highlight_color;
668 new_highlight_color = ((new_normal_color >> 4)
672 new_highlight_color = color_number (highlight);
673 if (new_highlight_color < 0
674 && ! safe_parse_maxint (&highlight, &new_highlight_color))
679 current_term->setcolor (new_normal_color, new_highlight_color);
575 int new_highlight_color; local
    [all...]
  /external/grub/
ChangeLog     [all...]

Completed in 85 milliseconds