Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c108 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()
H A Dchar_io.c1214 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()
H A Dterm.h78 void (*setcolorstate) (color_state state); member