Searched refs:a_expr (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-parser.h | 100 enum CRStatus cr_parser_parse_expr (CRParser *a_this, CRTerm **a_expr) ; 105 CRTerm **a_expr, gboolean *a_important) ;
|
H A D | cr-parser.c | 364 CRTerm ** a_expr); 2120 *@a_expr: out parameter. The successfully parsed term. 2131 CRTerm ** a_expr) 2174 *a_expr = cr_term_append_term (*a_expr, expr); 3003 * @a_expr: out parameter. the parsed expression. 3013 cr_parser_parse_expr (CRParser * a_this, CRTerm ** a_expr) argument 3023 && a_expr, CR_BAD_PARAM_ERROR); 3082 *a_expr = cr_term_append_term (*a_expr, exp 2129 cr_parser_parse_function(CRParser * a_this, CRString ** a_func_name, CRTerm ** a_expr) argument 3171 cr_parser_parse_declaration(CRParser * a_this, CRString ** a_property, CRTerm ** a_expr, gboolean * a_important) argument [all...] |
Completed in 20 milliseconds