Searched refs:color_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_color.c109 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;
413 TYPE_CALLOC(color_t, maxcolors, SP_PARM->_color_table);
663 const color_t *tp = DefaultPalette;
/freebsd-current/sys/dev/syscons/
H A Dscterm-sc.c52 } color_t; typedef in typeref:struct:__anon4641
72 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 */
/freebsd-current/contrib/ncurses/ncurses/
H A Dreport_offsets.c117 show_size(color_t);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c774 const color_t *tp = InfoOf(sp).defaultPalette;

Completed in 165 milliseconds