OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_normal_color
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
builtins.c
580
int
new_normal_color
;
661
new_normal_color
= color_number (normal);
662
if (
new_normal_color
< 0 && ! safe_parse_maxint (&normal, &
new_normal_color
))
668
new_highlight_color = ((
new_normal_color
>> 4)
669
| ((
new_normal_color
& 0xf) << 4));
679
current_term->setcolor (
new_normal_color
, new_highlight_color);
574
int
new_normal_color
;
local
[
all
...]
/external/grub/
ChangeLog
[
all
...]
Completed in 214 milliseconds