Lines Matching defs:prop
23 #include "cr-prop-list.h"
28 CRString *prop;
73 *Returns the resulting prop list, or NULL if an error
98 *Appends a pair of prop/declaration to
99 *the current prop list.
120 PRIVATE (list)->prop = a_prop;
175 PRIVATE (list)->prop = a_prop_name;
194 PRIVATE (a_this)->prop = a_prop;
215 *a_prop = PRIVATE (a_this)->prop;
262 *Returns CR_OK if a prop/decl pair has been found,
280 if (PRIVATE (cur)->prop
281 && PRIVATE (cur)->prop->stryng
282 && PRIVATE (cur)->prop->stryng->str
285 && !strcmp (PRIVATE (cur)->prop->stryng->str,
302 *Gets the next prop/decl pair in the list
304 *Returns the next prop/declaration pair of the list,
319 *Gets the previous prop/decl pair in the list
321 *Returns the previous prop/declaration pair of the list,
334 *@a_this: the current list of prop/decl pairs
335 *@a_pair: the prop/decl pair to unlink.
337 *Unlinks a prop/decl pair from the list