Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c184 typedef uint8_t xo_color_t; typedef
222 xo_color_t xoc_col_fg; /* Foreground color */
223 xo_color_t xoc_col_bg; /* Background color */
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 */
4872 xo_color_t fg = newp->xoc_col_fg; in xo_colors_update()
4877 xo_color_t bg = newp->xoc_col_bg; in xo_colors_update()
4930 xo_color_t fg = newp->xoc_col_fg; in xo_colors_handle_text()
4936 xo_color_t bg = newp->xoc_col_bg; in xo_colors_handle_text()