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

/inkscape/src/libcroco/
H A Dcr-term.h186 void cr_term_destroy (CRTerm * a_term) ;
H A Dcr-parser.h98 enum CRStatus cr_parser_parse_term (CRParser *a_this, CRTerm **a_term) ;
H A Dcr-parser.c1495 *@a_term: out parameter. The successfully parsed term.
1507 cr_parser_parse_term (CRParser * a_this, CRTerm ** a_term) argument
1517 g_return_val_if_fail (a_this && a_term, CR_BAD_PARAM_ERROR);
1607 *a_term = cr_term_append_term (*a_term, result);

Completed in 27 milliseconds