Searched refs:color_state (Results 1 – 7 of 7) sorted by relevance
35 } color_state; typedef78 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);
32 static color_state console_color_state = COLOR_STATE_STANDARD;35 console_setcolorstate (color_state state) in console_setcolorstate()
35 static color_state herc_color_state = COLOR_STATE_STANDARD;143 hercules_setcolorstate (color_state state) in hercules_setcolorstate()
444 serial_setcolorstate (color_state state) in serial_setcolorstate()503 composite_setcolorstate (color_state state) in composite_setcolorstate()
100 static color_state graphics_color_state = COLOR_STATE_STANDARD;288 void graphics_setcolorstate (color_state state) { in graphics_setcolorstate()
741 console_setcolorstate (color_state state) in console_setcolorstate()1273 hercules_setcolorstate (color_state state) in hercules_setcolorstate()
1220 The state is now defined using an enum called color_state.1222 * stage2/term.h (color_state): New enum.