Searched refs:xocp (Results 1 – 1 of 1) sorted by relevance
4752 xo_colors_parse (xo_handle_t *xop, xo_colors_t *xocp, char *str) in xo_colors_parse() argument4784 xocp->xoc_col_fg = rc; in xo_colors_parse()4790 xocp->xoc_col_bg = rc; in xo_colors_parse()4796 xocp->xoc_effects &= ~(1 << rc); in xo_colors_parse()4802 xocp->xoc_effects |= 1 << rc; in xo_colors_parse()4806 xocp->xoc_col_fg = xocp->xoc_col_bg = 0; in xo_colors_parse()4808 xocp->xoc_effects = XO_EFF_RESET; in xo_colors_parse()4812 xocp->xoc_effects &= ~(XO_EFF_BOLD | XO_EFF_UNDERLINE in xo_colors_parse()