Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/syscons/
HDscterm-sc.c52 } color_t; typedef
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-13-stable/contrib/ncurses/ncurses/base/
HDlib_color.c111 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()
/freebsd-13-stable/contrib/ncurses/ncurses/
HDcurses.priv.h346 color_t; typedef
1205 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;
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
HDtinfo_driver.c758 const color_t *tp = InfoOf(sp).defaultPalette; in drv_initpair()