Home
last modified time | relevance | path

Searched refs:C_ATTR (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dcolors.h146 #define C_ATTR(x,y) ((x ? A_BOLD : 0) | COLOR_PAIR((y))) macro
Dutil.c168 attributes[i] = C_ATTR(color_table[i][2], i + 1); in color_setup()