Lines Matching refs:a_expr
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)
3023 && a_expr, CR_BAD_PARAM_ERROR);
3082 *a_expr = cr_term_append_term (*a_expr, expr);
3160 *@a_expr: the expression that represents the attribute value.
3173 CRTerm ** a_expr, gboolean * a_important)
3182 && a_property && a_expr
3226 if (*a_expr) {
3227 cr_term_append_term (*a_expr, expr);
3230 *a_expr = expr;