Searched refs:C_ATTR (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/scripts/kconfig/lxdialog/ | ||
D | colors.h | 146 #define C_ATTR(x,y) ((x ? A_BOLD : 0) | COLOR_PAIR((y))) macro |
D | util.c | 168 attributes[i] = C_ATTR(color_table[i][2], i + 1); in color_setup() |