Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c151 MapColor(bool fore, int color) in MapColor() function
790 WORD a = MapColor(fore, color); in wcon_setcolor()
1275 CON.pairs[pair] = MapColor(true, f) | MapColor(false, b); in wcon_initpair()
2212 a = MapColor(true, COLOR_WHITE) | MapColor(false, COLOR_BLACK); in InitConsole()