Searched refs:xo_effect_names (Results 1 – 1 of 1) sorted by relevance
4700 static const char *xo_effect_names[] = { variable4743 for (i = 0; xo_effect_names[i]; i++) { in xo_effect_find()4744 if (strcmp(xo_effect_names[i], str) == 0) in xo_effect_find()4886 for (i = 0, bit = 1; xo_effect_names[i]; i++, bit <<= 1) { in xo_colors_handle_text()4944 for (i = 0, bit = 1; xo_effect_names[i]; i++, bit <<= 1) { in xo_colors_handle_html()4949 xo_buf_append_str(xbp, xo_effect_names[i]); in xo_colors_handle_html()