Lines Matching refs:property
143 struct property {
148 struct property *next;
156 struct property *proplist;
196 struct property *build_property(char *name, struct data val);
197 struct property *build_property_delete(char *name);
198 struct property *chain_property(struct property *first, struct property *list);
199 struct property *reverse_properties(struct property *first);
201 struct node *build_node(struct property *proplist, struct node *children);
208 void add_property(struct node *node, struct property *prop);
210 void delete_property(struct property *prop);
218 struct property *get_property(struct node *node, const char *propname);
219 cell_t propval_cell(struct property *prop);
220 struct property *get_property_by_label(struct node *tree, const char *label,
223 struct node **node, struct property **prop);