Searched refs:colour_tostring (Results 1 – 6 of 6) sorted by relevance
318 colour_tostring(sy->fill)); in style_tostring()323 colour_tostring(gc->fg)); in style_tostring()328 colour_tostring(gc->bg)); in style_tostring()333 colour_tostring(gc->us)); in style_tostring()
125 colour_tostring(int c) in colour_tostring() function1004 log_debug("%s: %s = %s", __func__, p, colour_tostring(colour)); in colour_parseX11()
1668 log_debug("%s fg is %s", c->name, colour_tostring(n)); in tty_keys_colours()1670 log_debug("fg is %s", colour_tostring(n)); in tty_keys_colours()1674 log_debug("%s bg is %s", c->name, colour_tostring(n)); in tty_keys_colours()1676 log_debug("bg is %s", colour_tostring(n)); in tty_keys_colours()
149 s = xstrdup(colour_tostring(ov->number)); in options_value_to_string()305 s = xstrdup(colour_tostring(oe->default_num)); in options_default_to_string()
953 return (xstrdup(colour_tostring(gc.fg))); in format_cb_pane_fg()967 return (xstrdup(colour_tostring(gc.bg))); in format_cb_pane_bg()
2901 const char *colour_tostring(int);