Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-term.c60 if (a_this->ext_content.func_param) { in cr_term_clear()
61 cr_term_destroy (a_this->ext_content.func_param); in cr_term_clear()
62 a_this->ext_content.func_param = NULL; in cr_term_clear()
173 a_this->ext_content.func_param = a_func_param; in cr_term_set_function()
366 if (cur->ext_content.func_param) { in cr_term_to_string()
371 ext_content.func_param); in cr_term_to_string()
560 if (a_this->ext_content.func_param) { in cr_term_one_to_string()
565 ext_content.func_param); in cr_term_one_to_string()
Dcr-term.h133 } ext_content ; member