Searched refs:xocp (Results 1 – 1 of 1) sorted by relevance
4782 xo_colors_parse (xo_handle_t *xop, xo_colors_t *xocp, char *str) in xo_colors_parse() argument4813 xocp->xoc_col_fg = rc; in xo_colors_parse()4819 xocp->xoc_col_bg = rc; in xo_colors_parse()4825 xocp->xoc_effects &= ~(1 << rc); in xo_colors_parse()4831 xocp->xoc_effects |= 1 << rc; in xo_colors_parse()4835 xocp->xoc_col_fg = xocp->xoc_col_bg = 0; 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()