Home
last modified time | relevance | path

Searched refs:COLOR_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/ncurses/ncurses/base/
HDlib_dft_fgbg.c66 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()
HDlib_color.c342 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()
/trueos/contrib/ncurses/ncurses/trace/
HDlib_traceatr.c63 if (c == COLOR_DEFAULT) in color_of()
/trueos/contrib/ncurses/ncurses/
HDcurses.priv.h407 #define isDefaultColor(c) ((c) >= COLOR_DEFAULT || (c) < 0)
409 #define COLOR_DEFAULT C_MASK macro