Home
last modified time | relevance | path

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

/freebsd/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
160 error("SETCOLORS failed", NULL_PARG); }
163 #define SETCOLORS(fg,bg) { curr_attr = MAKEATTR(fg,bg); APPLY_COLORS(); }
1561 SETCOLORS(nm_fg_color, nm_bg_color); in initcolor()
1574 SETCOLORS(nm_fg_color, nm_bg_color);
1831 SETCOLORS(sy_fg_color, sy_bg_color); in deinit()
1842 /* Need clreol to make SETCOLORS take effect. */ in interactive()
2717 SETCOLORS(fg, bg); in at_exit()
2774 SETCOLORS(so_fg_colo in putbs()
175 #define SETCOLORS( global() macro
[all...]