Searched defs:C_ATTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/gnu/lib/libodialog/
H A Dcolors.h147 #define C_ATTR(x,y) ((x ? A_BOLD : 0) | COLOR_PAIR((y))) macro
/freebsd-9.3-release/contrib/dialog/
H A Dutil.c381 #define C_ATTR(x,y) (((x) != 0 ? A_BOLD : 0) | COLOR_PAIR((y))) macro

Completed in 96 milliseconds