Searched refs:a_func_name (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-term.h155 CRString *a_func_name,
H A Dcr-term.c153 cr_term_set_function (CRTerm * a_this, CRString * a_func_name, argument
161 a_this->content.str = a_func_name;
H A Dcr-parser.c363 CRString ** a_func_name,
2119 *@a_func_name: out parameter. The parsed function name
2130 CRString ** a_func_name,
2139 && a_func_name,
2149 *a_func_name = token->u.str;
2183 if (*a_func_name) {
2184 cr_string_destroy (*a_func_name);
2185 *a_func_name = NULL;
2129 cr_parser_parse_function(CRParser * a_this, CRString ** a_func_name, CRTerm ** a_expr) argument

Completed in 32 milliseconds