Home
last modified time | relevance | path

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

/f-stack/tools/libxo/libxo/
H A Dxo_buf.h152 xo_buf_append_str (xo_buffer_t *xbp, const char *str) in xo_buf_append_str() function
H A Dlibxo.c4975 xo_buf_append_str(xbp, " effect-"); in xo_colors_handle_html()
4976 xo_buf_append_str(xbp, xo_effect_names[i]); in xo_colors_handle_html()
4999 xo_buf_append_str(xbp, " color-fg-"); in xo_colors_handle_html()
5000 xo_buf_append_str(xbp, fg); in xo_colors_handle_html()
5004 xo_buf_append_str(xbp, " color-bg-"); in xo_colors_handle_html()
5005 xo_buf_append_str(xbp, bg); in xo_colors_handle_html()