Home
last modified time | relevance | path

Searched refs:color_state (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h35 } color_state; typedef
78 void (*setcolorstate) (color_state state);
109 void console_setcolorstate (color_state state);
121 void serial_setcolorstate (color_state state);
129 void composite_setcolorstate (color_state state);
137 void hercules_setcolorstate (color_state state);
151 void graphics_setcolorstate (color_state state);
H A Dconsole.c32 static color_state console_color_state = COLOR_STATE_STANDARD;
35 console_setcolorstate (color_state state) in console_setcolorstate()
H A Dhercules.c35 static color_state herc_color_state = COLOR_STATE_STANDARD;
143 hercules_setcolorstate (color_state state) in hercules_setcolorstate()
H A Dserial.c444 serial_setcolorstate (color_state state) in serial_setcolorstate()
503 composite_setcolorstate (color_state state) in composite_setcolorstate()
H A Dgraphics.c100 static color_state graphics_color_state = COLOR_STATE_STANDARD;
288 void graphics_setcolorstate (color_state state) { in graphics_setcolorstate()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c741 console_setcolorstate (color_state state) in console_setcolorstate()
1273 hercules_setcolorstate (color_state state) in hercules_setcolorstate()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1220 The state is now defined using an enum called color_state.
1222 * stage2/term.h (color_state): New enum.