Lines Matching refs:a_value
63 *@a_value: the value expression of the declaration.
69 *The returned CRDeclaration takes ownership of @a_property and @a_value.
71 *@a_property and @a_value.)
75 CRString * a_property, CRTerm * a_value)
96 result->value = a_value;
98 if (a_value) {
99 cr_term_ref (a_value);
423 *@a_value: the value of the declaration to append.
431 CRString * a_prop, CRTerm * a_value)
437 a_prop, a_value);
439 new_elem = cr_declaration_new (NULL, a_prop, a_value);