Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dscreen.c121 #define SET_FG_COLOR(fg) _settextcolor(fg) macro
134 #define SET_FG_COLOR(fg) textcolor(fg) macro
175 #define SET_FG_COLOR(fg) { curr_attr &= ~0x0f; curr_attr |= (fg); APPLY_COLORS(); } macro