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)
109 current_term->setcolorstate (COLOR_STATE_NORMAL);
111 if (highlight && current_term->setcolorstate)
112 current_term->setcolorstate (COLOR_STATE_HIGHLIGHT);
130 if (current_term->setcolorstate)
131 current_term->setcolorstate (COLOR_STATE_STANDARD);
202 if (current_term->setcolorstate)
203 current_term->setcolorstate (COLOR_STATE_NORMAL);
232 if (current_term->setcolorstate)
233 current_term->setcolorstate (COLOR_STATE_STANDAR
[all...]
H A Dterm.h78 void (*setcolorstate) (color_state state); member in struct:term_entry
H A Dchar_io.c119 graphics_setcolorstate, /* setcolorstate */
1214 if (current_term->setcolorstate)
1215 current_term->setcolorstate (COLOR_STATE_HIGHLIGHT);
1219 if (current_term->setcolorstate)
1220 current_term->setcolorstate (COLOR_STATE_NORMAL);

Completed in 47 milliseconds