Home
last modified time | relevance | path

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

/f-stack/tools/libxo/libxo/
H A Dlibxo.c5037 xo_colors_t xoc = xop->xo_colors; in xo_format_colors() local
5038 xo_colors_parse(xop, &xoc, xb.xb_bufp); in xo_format_colors()
5039 xo_colors_update(xop, &xoc); in xo_format_colors()
5052 xo_colors_handle_text(xop, &xoc); in xo_format_colors()
5053 xoc.xoc_effects &= ~XO_EFF_RESET; /* After handling it */ in xo_format_colors()
5061 xoc.xoc_effects &= ~XO_EFF_RESET; /* Before handling effects */ in xo_format_colors()
5062 xo_colors_handle_html(xop, &xoc); in xo_format_colors()
5065 xop->xo_colors = xoc; in xo_format_colors()