Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c195 #define XO_NUM_COLORS 9 macro
261 xo_color_t xo_color_map_fg[XO_NUM_COLORS]; /* Foreground color mappings */
262 xo_color_t xo_color_map_bg[XO_NUM_COLORS]; /* Background color mappings */
2197 if (++num > XO_NUM_COLORS) in xo_set_color_map()
2209 for ( ; num < XO_NUM_COLORS; num++) in xo_set_color_map()
4873 if (XOF_ISSET(xop, XOF_COLOR_MAP) && fg < XO_NUM_COLORS) in xo_colors_update()
4878 if (XOF_ISSET(xop, XOF_COLOR_MAP) && bg < XO_NUM_COLORS) in xo_colors_update()