Home
last modified time | relevance | path

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

/dports/www/retawq/retawq-0.2.6c/
H A Dstuff.h533 typedef chtype tColorBitmask; typedef
534 extern tColorBitmask color_bitmask[cpnMax + 1];
H A Dstuff.c46 tColorBitmask color_bitmask[cpnMax + 1];
H A Dinit.c434 { tColorBitmask cb = COLOR_PAIR(i); in initialize_curses()