Searched refs:SET_FG_COLOR (Results 1 – 2 of 2) sorted by relevance
121 #define SET_FG_COLOR(fg) _settextcolor(fg) macro123 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); }134 #define SET_FG_COLOR(fg) textcolor(fg) macro136 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); }175 #define SET_FG_COLOR(fg) { curr_attr &= ~0x0f; curr_attr |= (fg); APPLY_COLORS(); } macro2656 SET_FG_COLOR(fg); in win_set_color()
151 #define SET_FG_COLOR(fg) _settextcolor(fg)153 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); }164 #define SET_FG_COLOR(fg) textcolor(fg)166 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); }203 #define SET_FG_COLOR(fg) { curr_attr |= (fg); APPLY_COLORS(); }2673 SET_FG_COLOR(fg);