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

/inkscape/src/libcroco/
H A Dcr-term.h168 CRTerm * cr_term_append_term (CRTerm *a_this, CRTerm *a_new_term) ;
H A Dcr-parser.c1607 *a_term = cr_term_append_term (*a_term, result);
2174 *a_expr = cr_term_append_term (*a_expr, expr);
3075 expr = cr_term_append_term (expr, expr2);
3082 *a_expr = cr_term_append_term (*a_expr, expr);
3227 cr_term_append_term (*a_expr, expr);
H A Dcr-term.c235 cr_term_append_term (CRTerm * a_this, CRTerm * a_new_term) function

Completed in 22 milliseconds