Home
last modified time | relevance | path

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

/external/grub/stage2/
Dstage2.c110 if (current_term->setcolorstate) in print_entry()
111 current_term->setcolorstate (COLOR_STATE_NORMAL); in print_entry()
113 if (highlight && current_term->setcolorstate) in print_entry()
114 current_term->setcolorstate (COLOR_STATE_HIGHLIGHT); in print_entry()
132 if (current_term->setcolorstate) in print_entry()
133 current_term->setcolorstate (COLOR_STATE_STANDARD); in print_entry()
204 if (current_term->setcolorstate) in print_border()
205 current_term->setcolorstate (COLOR_STATE_NORMAL); in print_border()
234 if (current_term->setcolorstate) in print_border()
235 current_term->setcolorstate (COLOR_STATE_STANDARD); in print_border()
Dterm.h76 void (*setcolorstate) (color_state state); member
Dchar_io.c1049 if (current_term->setcolorstate) in grub_putchar()
1050 current_term->setcolorstate (COLOR_STATE_HIGHLIGHT); in grub_putchar()
1054 if (current_term->setcolorstate) in grub_putchar()
1055 current_term->setcolorstate (COLOR_STATE_NORMAL); in grub_putchar()