Searched refs:setcolorstate (Results 1 – 3 of 3) sorted by relevance
108 if (current_term->setcolorstate) in print_entry()109 current_term->setcolorstate (COLOR_STATE_NORMAL); in print_entry()111 if (highlight && current_term->setcolorstate) in print_entry()112 current_term->setcolorstate (COLOR_STATE_HIGHLIGHT); in print_entry()130 if (current_term->setcolorstate) in print_entry()131 current_term->setcolorstate (COLOR_STATE_STANDARD); in print_entry()202 if (current_term->setcolorstate) in print_border()203 current_term->setcolorstate (COLOR_STATE_NORMAL); in print_border()232 if (current_term->setcolorstate) in print_border()233 current_term->setcolorstate (COLOR_STATE_STANDARD); in print_border()
1214 if (current_term->setcolorstate) in grub_putchar()1215 current_term->setcolorstate (COLOR_STATE_HIGHLIGHT); in grub_putchar()1219 if (current_term->setcolorstate) in grub_putchar()1220 current_term->setcolorstate (COLOR_STATE_NORMAL); in grub_putchar()
78 void (*setcolorstate) (color_state state); member