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

/freebsd-9.3-release/contrib/less/
H A Dscreen.c99 #define SETCOLORS(fg,bg) { _settextcolor(fg); _setbkcolor(bg); } macro
110 #define SETCOLORS(fg,bg) { textcolor(fg); textbackground(bg); } macro
137 #define SETCOLORS(fg,bg) { curr_attr = MAKEATTR(fg,bg); \ macro
139 error("SETCOLORS failed"); }
1452 SETCOLORS(nm_fg_color, nm_bg_color);
1465 SETCOLORS(nm_fg_color, nm_bg_color);
1581 SETCOLORS(sy_fg_color, sy_bg_color);
1586 /* Need clreol to make SETCOLORS take effect. */
2208 SETCOLORS(so_fg_color, so_bg_color);
2211 SETCOLORS(bl_fg_colo
[all...]

Completed in 48 milliseconds