Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c4730 static const char *xo_effect_names[] = { variable
4773 for (i = 0; xo_effect_names[i]; i++) { in xo_effect_find()
4774 if (xo_streq(xo_effect_names[i], str)) in xo_effect_find()
4913 for (i = 0, bit = 1; xo_effect_names[i]; i++, bit <<= 1) { in xo_colors_handle_text()
4971 for (i = 0, bit = 1; xo_effect_names[i]; i++, bit <<= 1) { in xo_colors_handle_html()
4976 xo_buf_append_str(xbp, xo_effect_names[i]); in xo_colors_handle_html()