Home
last modified time | relevance | path

Searched refs:COLOR_DEFAULT_FG (Results 1 – 6 of 6) sorted by last modified time

/dports/x11-wm/bspwm/bspwm-0.9.10/examples/panel/
H A Dpanel19 …32 -u 2 -n "$PANEL_WM_NAME" -g x$PANEL_HEIGHT -f "$PANEL_FONT" -F "$COLOR_DEFAULT_FG" -B "$COLOR_D…
H A Dpanel_colors1 COLOR_DEFAULT_FG="#a7a5a5"
/dports/emulators/hercules/hercules-3.13/
H A Dhconsole.h86 #define COLOR_DEFAULT_FG 16 macro
H A Dpanel.c482 p->fg = COLOR_DEFAULT_FG; in colormsg()
1907 curmsg->bg = COLOR_DEFAULT_FG;
1938 set_color (COLOR_DEFAULT_FG, COLOR_DEFAULT_BG);
2755 set_color (COLOR_DEFAULT_FG, COLOR_DEFAULT_BG);
2823 set_color (COLOR_DEFAULT_FG, COLOR_DEFAULT_BG);
2836 set_color (COLOR_DEFAULT_FG, COLOR_DEFAULT_BG);
2845 set_color (COLOR_DEFAULT_FG, COLOR_DEFAULT_BG);
2903 set_color (COLOR_DEFAULT_FG, COLOR_DEFAULT_BG);
2972 set_color (COLOR_DEFAULT_FG, COLOR_DEFAULT_BG);
3028 set_screen_color( stderr, COLOR_DEFAULT_FG, COLOR_DEFAULT_BG );
[all …]
H A Dhconsole.c118 case COLOR_DEFAULT_FG: return default_FG_color(); in W32_COLOR()
761 case COLOR_DEFAULT_FG: return ISO_NORMAL( ISO_COLOR_DEFAULT ); in ISO_COLOR()
/dports/multimedia/camserv/camserv-0.5.1/camserv/
H A Dtext_filter.c110 *rint = (0x00ff0000 & COLOR_DEFAULT_FG) >> 16; in process_color()
111 *gint = (0x0000ff00 & COLOR_DEFAULT_FG) >> 8; in process_color()
112 *bint = (0x000000ff & COLOR_DEFAULT_FG) >> 0; in process_color()
113 return COLOR_DEFAULT_FG; in process_color()
132 *rint = (0x00ff0000 & COLOR_DEFAULT_FG) >> 16; in process_color()
133 *gint = (0x0000ff00 & COLOR_DEFAULT_FG) >> 8; in process_color()
134 *bint = (0x000000ff & COLOR_DEFAULT_FG) >> 0; in process_color()
135 return COLOR_DEFAULT_FG; in process_color()
172 return COLOR_DEFAULT_FG; in process_bw()
189 *resval = (0x00ff0000 & COLOR_DEFAULT_FG) >> 16; in process_bw()
[all …]