Lines Matching refs:property
135 struct property { struct
140 struct property *next; argument
148 struct property *proplist; argument
187 struct property *build_property(char *name, struct data val);
188 struct property *build_property_delete(char *name);
189 struct property *chain_property(struct property *first, struct property *list);
190 struct property *reverse_properties(struct property *first);
192 struct node *build_node(struct property *proplist, struct node *children);
198 void add_property(struct node *node, struct property *prop);
200 void delete_property(struct property *prop);
206 struct property *get_property(struct node *node, const char *propname);
207 cell_t propval_cell(struct property *prop);
208 struct property *get_property_by_label(struct node *tree, const char *label,
211 struct node **node, struct property **prop);