Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dscreen.c121 #define SET_FG_COLOR(fg) _settextcolor(fg) macro
123 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); }
134 #define SET_FG_COLOR(fg) textcolor(fg) macro
136 #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(); } macro
2656 SET_FG_COLOR(fg); in win_set_color()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt151 #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);