Lines Matching refs:a_expr
374 CRTerm ** a_expr);
2139 CRTerm ** a_expr) in cr_parser_parse_function() argument
2182 *a_expr = cr_term_append_term (*a_expr, expr); in cr_parser_parse_function()
3021 cr_parser_parse_expr (CRParser * a_this, CRTerm ** a_expr) in cr_parser_parse_expr() argument
3031 && a_expr, CR_BAD_PARAM_ERROR); in cr_parser_parse_expr()
3090 *a_expr = cr_term_append_term (*a_expr, expr); in cr_parser_parse_expr()
3181 CRTerm ** a_expr, gboolean * a_important) in cr_parser_parse_declaration() argument
3190 && a_property && a_expr in cr_parser_parse_declaration()
3234 if (*a_expr) { in cr_parser_parse_declaration()
3235 cr_term_append_term (*a_expr, expr); in cr_parser_parse_declaration()
3238 *a_expr = expr; in cr_parser_parse_declaration()