Searched refs:color_t (Results 1 – 4 of 4) sorted by relevance
52 } color_t; typedef72 color_t cur_color; /* current hardware color */73 color_t std_color; /* normal hardware color */74 color_t rev_color; /* reverse hardware color */75 color_t dflt_std_color; /* default normal color */76 color_t dflt_rev_color; /* default reverse color */
111 static const color_t cga_palette[] =124 static const color_t hls_palette[] =138 NCURSES_EXPORT_VAR(const color_t*) _nc_cga_palette = cga_palette;139 NCURSES_EXPORT_VAR(const color_t*) _nc_hls_palette = hls_palette;227 const color_t *tp = DefaultPalette; in init_color_table()416 SP_PARM->_color_table = TYPE_CALLOC(color_t, maxcolors); in NCURSES_SP_NAME()666 const color_t *tp = DefaultPalette; in _nc_init_pair()
346 color_t; typedef1205 color_t *_color_table; /* screen's color palette */2495 const color_t* defaultPalette;2560 extern NCURSES_EXPORT_VAR(const color_t*) _nc_cga_palette;2561 extern NCURSES_EXPORT_VAR(const color_t*) _nc_hls_palette;
758 const color_t *tp = InfoOf(sp).defaultPalette; in drv_initpair()