Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/base/
Dlib_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;
226 const color_t *tp = DefaultPalette; in init_color_table()
415 TYPE_CALLOC(color_t, maxcolors, SP_PARM->_color_table); in NCURSES_SP_NAME()
665 const color_t *tp = DefaultPalette; in _nc_init_pair()
/openbsd/src/lib/libcurses/
Dcurses.priv.h395 color_t; typedef
1057 color_t *_color_table; /* screen's color palette */
2382 const color_t* defaultPalette;
2447 extern NCURSES_EXPORT_VAR(const color_t*) _nc_cga_palette;
2448 extern NCURSES_EXPORT_VAR(const color_t*) _nc_hls_palette;
/openbsd/src/lib/libcurses/tinfo/
Dtinfo_driver.c774 const color_t *tp = InfoOf(sp).defaultPalette; in drv_initpair()