Searched refs:f_color (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bsddialog/lib/ |
H A D | theme.c | 90 .bar.f_color = BLACK, 99 .button.f_color = BLACK, 139 .bar.f_color = GET_COLOR(COLOR_WHITE, COLOR_BLUE) | A_BOLD, 148 .button.f_color = GET_COLOR(COLOR_YELLOW, COLOR_BLUE) | A_BOLD, 190 dst->bar.f_color = src->bar.f_color; in set_theme() 199 dst->button.f_color = src->button.f_color; in set_theme()
|
H A D | bsddialog_theme.h | 79 int f_color; member 89 int f_color; member
|
H A D | barbox.c | 87 ch = ' ' | t.bar.f_color; in draw_bar() 97 wattron(b->win, t.bar.f_color); /* x+barlen >= xlabel */ in draw_bar() 99 wattroff(b->win, t.bar.f_color); in draw_bar()
|
H A D | lib_util.c | 238 color_button = t.button.f_color; in draw_button()
|
/freebsd/contrib/bsddialog/utility/ |
H A D | util_theme.c | 138 "theme.bar.f_color", COLOR, &t.bar.f_color}, 148 {"", "theme.button.f_color", COLOR, &t.button.f_color}, 421 t.bar.f_color = bsddialog_color(col[5], col[3], 0); in bikeshed() 431 t.button.f_color = bsddialog_color(col[2], col[3], 0); in bikeshed()
|
/freebsd/bin/ls/ |
H A D | ls.h | 63 extern int f_color; /* add type in color for non-regular files */
|