Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dscreen.c123 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } macro
136 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } macro
177 #define SETCOLORS(fg,bg) { curr_attr = MAKEATTR(fg,bg); APPLY_COLORS(); } macro