Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c128 #define SET_FG_COLOR(fg) _settextcolor(fg) macro
130 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); }
141 #define SET_FG_COLOR(fg) textcolor(fg) macro
143 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); }
170 #define SET_FG_COLOR(fg) { curr_attr &= ~0x0f; curr_attr |= (fg); APPLY_COLORS(); } macro
2969 SET_FG_COLOR(fg); in win_set_color()