color_t
static const color_t cga_palette[] =
static const color_t hls_palette[] =
NCURSES_EXPORT_VAR(const color_t*) _nc_cga_palette = cga_palette;
NCURSES_EXPORT_VAR(const color_t*) _nc_hls_palette = hls_palette;
const color_t *tp = DefaultPalette;
TYPE_CALLOC(color_t, maxcolors, SP_PARM->_color_table);
const color_t *tp = DefaultPalette;
color_t *_color_table; /* screen's color palette */
const color_t* defaultPalette;
extern NCURSES_EXPORT_VAR(const color_t*) _nc_cga_palette;
extern NCURSES_EXPORT_VAR(const color_t*) _nc_hls_palette;
const color_t *tp = InfoOf(sp).defaultPalette;