Home
last modified time | relevance | path

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

/f-stack/tools/libxo/libxo/
H A Dlibxo.c211 #define XO_EFF_RESET (1<<0) macro
217 #define XO_EFF_CLEAR_BITS XO_EFF_RESET /* Reset gets reset, surprisingly */
4834 case XO_EFF_RESET: in xo_colors_parse()
4837 xocp->xoc_effects = XO_EFF_RESET; in xo_colors_parse()
4909 newp->xoc_effects |= XO_EFF_RESET; in xo_colors_handle_text()
4923 if (bit == XO_EFF_RESET) { in xo_colors_handle_text()
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()