Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doutput.c39 extern int bo_fg_color, bo_bg_color;
197 WIN32setcolors(bo_fg_color, bo_bg_color); in win_flush()
H A Doptfunc.c90 extern int bo_fg_color, bo_bg_color, bo_attr;
648 colordesc(s, &bo_fg_color, &bo_bg_color, &bo_attr); in opt_D()
H A Dscreen.c170 public int bo_fg_color = CV_ERROR; /* Color of bold text */
1155 if (bo_fg_color == CV_NOCHANGE) bo_fg_color = sy_fg_color; else if (bo_fg_color == CV_ERROR) bo_fg_color = sy_fg_color | 8; in get_term()
1164 bo_fg_color |= bo_attr; in get_term()
2780 SETCOLORS(bo_fg_color, bo_bg_color); in putbs()
181 public int bo_fg_color; /* Color of bold text */ global() variable