Home
last modified time | relevance | path

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

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