Searched refs:COLOR_DEFAULT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_dft_fgbg.c66 SP->_default_fg = isDefaultColor(fg) ? COLOR_DEFAULT : (fg & C_MASK);
67 SP->_default_bg = isDefaultColor(bg) ? COLOR_DEFAULT : (bg & C_MASK);
H A Dlib_color.c342 f = COLOR_DEFAULT;
344 b = COLOR_DEFAULT;
506 if (fg == COLOR_DEFAULT)
508 if (bg == COLOR_DEFAULT)
526 NCURSES_COLOR_T fg = COLOR_DEFAULT;
527 NCURSES_COLOR_T bg = COLOR_DEFAULT;
/macosx-10.10/ncurses-44/ncurses/test/
H A Dchgat.c39 #define COLOR_DEFAULT (-1) macro
71 { 0, COLOR_DEFAULT, COLOR_DEFAULT, "default" },
/macosx-10.10/vim-55/runtime/syntax/
H A Dpinfo.vim37 syn keyword pinfoColorDefault COLOR_DEFAULT
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dlib_traceatr.c63 if (c == COLOR_DEFAULT)
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc2523 COLOR_DEFAULT, enumerator in enum:testing::internal::GTestColor
2543 // Returns the ANSI color code for the given color. COLOR_DEFAULT is
2601 const bool use_color = in_color_mode && (color != COLOR_DEFAULT);
4639 GTestColor color = COLOR_DEFAULT; // The current color.
4659 color = COLOR_DEFAULT;

Completed in 149 milliseconds