Searched refs:xoc_effects (Results 1 – 1 of 1) sorted by relevance
221 xo_effect_t xoc_effects; /* Current effect set */ member4825 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()4841 xocp->xoc_effects &= ~(XO_EFF_BOLD | XO_EFF_UNDERLINE 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()[all …]