Searched refs:color_state (Results 1 – 6 of 6) sorted by relevance
35 } color_state; typedef76 void (*setcolorstate) (color_state state);102 void console_setcolorstate (color_state state);114 void serial_setcolorstate (color_state state);122 void hercules_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()
424 serial_setcolorstate (color_state state) in serial_setcolorstate()
736 console_setcolorstate (color_state state) in console_setcolorstate()1260 hercules_setcolorstate (color_state state) in hercules_setcolorstate()
1061 The state is now defined using an enum called color_state.1063 * stage2/term.h (color_state): New enum.