Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dcolors.c28 int get_color_pair(short fg, short bg) in get_color_pair() function
54 get_color_pair(COLOR_CYAN, background_color); // COLOR_PAIR(1) in init_colors()
55 get_color_pair(COLOR_YELLOW, background_color); in init_colors()
56 get_color_pair(COLOR_WHITE, COLOR_GREEN); in init_colors()
57 get_color_pair(COLOR_RED, background_color); in init_colors()
58 get_color_pair(COLOR_WHITE, background_color); in init_colors()
59 get_color_pair(COLOR_WHITE, COLOR_BLUE); in init_colors()
60 get_color_pair(COLOR_RED, COLOR_BLUE); in init_colors()
61 get_color_pair(COLOR_GREEN, COLOR_GREEN); in init_colors()
62 get_color_pair(COLOR_WHITE, COLOR_RED); // COLOR_PAIR(9) in init_colors()
[all …]
Dcolors.h40 int get_color_pair(short fg, short bg);
Dconfigparser.c410 *element = get_color_pair(fg_color, bg_color); in cfg_color()