Home
last modified time | relevance | path

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

/dflybsd-src/contrib/less/
H A Dscreen.c121 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } macro
134 #define SETCOLORS(fg,bg) { SET_FG_COLOR(fg); SET_BG_COLOR(bg); } macro
163 #define SETCOLORS(fg,bg) { curr_attr = MAKEATTR(fg,bg); APPLY_COLORS(); } macro