Searched refs:SETCOLORS (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/less/ |
| HD | screen.c | 121 #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 1551 SETCOLORS(nm_fg_color, nm_bg_color); in initcolor() 1564 SETCOLORS(nm_fg_color, nm_bg_color); in initcolor() 1821 SETCOLORS(sy_fg_color, sy_bg_color); in deinit() 2707 SETCOLORS(fg, bg); in win_set_color() 2764 SETCOLORS(so_fg_color, so_bg_color); in at_enter() 2767 SETCOLORS(bl_fg_color, bl_bg_color); in at_enter() 2770 SETCOLORS(bo_fg_color, bo_bg_color); in at_enter() [all …]
|