Lines Matching defs:property
209 struct property {
214 struct property *next;
223 struct property *proplist;
266 struct property *build_property(const char *name, struct data val,
268 struct property *build_property_delete(const char *name);
269 struct property *chain_property(struct property *first, struct property *list);
270 struct property *reverse_properties(struct property *first);
272 struct node *build_node(struct property *proplist, struct node *children,
282 void add_property(struct node *node, struct property *prop);
284 void delete_property(struct property *prop);
293 struct property *get_property(struct node *node, const char *propname);
294 cell_t propval_cell(struct property *prop);
295 cell_t propval_cell_n(struct property *prop, unsigned int n);
296 struct property *get_property_by_label(struct node *tree, const char *label,
299 struct node **node, struct property **prop);