Searched refs:setcolorstate (Results 1 – 3 of 3) sorted by relevance
110 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()
76 void (*setcolorstate) (color_state state); member
1049 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()