Searched refs:xoc_effects (Results 1 – 1 of 1) sorted by relevance
4825 xocp->xoc_effects &= ~(1 << rc); in xo_colors_parse()4831 xocp->xoc_effects |= 1 << rc; in xo_colors_parse()4837 xocp->xoc_effects = XO_EFF_RESET; in xo_colors_parse()4908 if (oldp->xoc_effects != (newp->xoc_effects & oldp->xoc_effects)) { in xo_colors_handle_text()4909 newp->xoc_effects |= XO_EFF_RESET; in xo_colors_handle_text()4910 oldp->xoc_effects = 0; in xo_colors_handle_text()4914 if ((newp->xoc_effects & bit) == (oldp->xoc_effects & bit)) in xo_colors_handle_text()4925 oldp->xoc_effects = 0; in xo_colors_handle_text()4961 if (oldp->xoc_effects == newp->xoc_effects in xo_colors_handle_html()4972 if (!(newp->xoc_effects & bit)) in xo_colors_handle_html()[all …]