Searched refs:COLOR_DEFAULT (Results 1 – 4 of 4) sorted by relevance
66 SP->_default_fg = isDefaultColor(fg) ? COLOR_DEFAULT : (fg & C_MASK); in assume_default_colors()67 SP->_default_bg = isDefaultColor(bg) ? COLOR_DEFAULT : (bg & C_MASK); in assume_default_colors()
342 f = COLOR_DEFAULT; in init_pair()344 b = COLOR_DEFAULT; in init_pair()506 if (fg == COLOR_DEFAULT) in pair_content()508 if (bg == COLOR_DEFAULT) in pair_content()526 NCURSES_COLOR_T fg = COLOR_DEFAULT; in _nc_do_color()527 NCURSES_COLOR_T bg = COLOR_DEFAULT; in _nc_do_color()
63 if (c == COLOR_DEFAULT) in color_of()
407 #define isDefaultColor(c) ((c) >= COLOR_DEFAULT || (c) < 0)409 #define COLOR_DEFAULT C_MASK macro