Lines Matching refs:property
206 struct property { struct
211 struct property *next; argument
220 struct property *proplist; argument
263 struct property *build_property(char *name, struct data val,
265 struct property *build_property_delete(char *name);
266 struct property *chain_property(struct property *first, struct property *list);
267 struct property *reverse_properties(struct property *first);
269 struct node *build_node(struct property *proplist, struct node *children,
279 void add_property(struct node *node, struct property *prop);
281 void delete_property(struct property *prop);
290 struct property *get_property(struct node *node, const char *propname);
291 cell_t propval_cell(struct property *prop);
292 cell_t propval_cell_n(struct property *prop, unsigned int n);
293 struct property *get_property_by_label(struct node *tree, const char *label,
296 struct node **node, struct property **prop);