Searched refs:_nc_console_MapColor (Results 1 – 3 of 3) sorted by relevance
100 extern NCURSES_EXPORT(WORD) _nc_console_MapColor(bool fore, int color);
356 _nc_console_MapColor(bool fore, int color) in _nc_console_MapColor() function1177 a = _nc_console_MapColor(true, COLOR_WHITE) | in _nc_console_checkinit()1178 _nc_console_MapColor(false, COLOR_BLACK); in _nc_console_checkinit()
676 WORD a = _nc_console_MapColor(fore, color); in wcon_setcolor()889 _nc_console_MapColor(true, f) | in wcon_initpair()890 _nc_console_MapColor(false, b); in wcon_initpair()