Searched refs:color_t (Results 1 – 5 of 5) 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 */
109 static const color_t cga_palette[] =122 static const color_t hls_palette[] =136 NCURSES_EXPORT_VAR(const color_t*) _nc_cga_palette = cga_palette;137 NCURSES_EXPORT_VAR(const color_t*) _nc_hls_palette = hls_palette;224 const color_t *tp = DefaultPalette; in init_color_table()413 TYPE_CALLOC(color_t, maxcolors, SP_PARM->_color_table); in NCURSES_SP_NAME()663 const color_t *tp = DefaultPalette; in _nc_init_pair()
117 show_size(color_t); in main()
388 color_t; typedef1058 color_t *_color_table; /* screen's color palette */2388 const color_t* defaultPalette;2453 extern NCURSES_EXPORT_VAR(const color_t*) _nc_cga_palette;2454 extern NCURSES_EXPORT_VAR(const color_t*) _nc_hls_palette;
774 const color_t *tp = InfoOf(sp).defaultPalette; in drv_initpair()