Lines Matching refs:property
170 struct property {
175 struct property *next;
184 struct property *proplist;
227 struct property *build_property(char *name, struct data val,
229 struct property *build_property_delete(char *name);
230 struct property *chain_property(struct property *first, struct property *list);
231 struct property *reverse_properties(struct property *first);
233 struct node *build_node(struct property *proplist, struct node *children,
243 void add_property(struct node *node, struct property *prop);
245 void delete_property(struct property *prop);
254 struct property *get_property(struct node *node, const char *propname);
255 cell_t propval_cell(struct property *prop);
256 cell_t propval_cell_n(struct property *prop, int n);
257 struct property *get_property_by_label(struct node *tree, const char *label,
260 struct node **node, struct property **prop);