Home
last modified time | relevance | path

Searched refs:xo_buf_append_str (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/libxo/libxo/
HDxo_buf.h147 xo_buf_append_str (xo_buffer_t *xbp, const char *str) in xo_buf_append_str() function
HDlibxo.c4428 xo_buf_append_str(xbp, " effect-"); in xo_colors_handle_html()
4429 xo_buf_append_str(xbp, xo_effect_names[i]); in xo_colors_handle_html()
4452 xo_buf_append_str(xbp, " color-fg-"); in xo_colors_handle_html()
4453 xo_buf_append_str(xbp, fg); in xo_colors_handle_html()
4457 xo_buf_append_str(xbp, " color-bg-"); in xo_colors_handle_html()
4458 xo_buf_append_str(xbp, bg); in xo_colors_handle_html()