Searched refs:proplist (Results 1 – 5 of 5) sorted by relevance
51 struct property *proplist; member85 %type <proplist> proplist238 '{' proplist subnodes '}' ';'244 proplist:249 | proplist propdef
100 struct node *build_node(struct property *proplist, struct node *children) in build_node() argument107 new->proplist = reverse_properties(proplist); in build_node()165 while (new_node->proplist) { in merge_nodes()167 new_prop = new_node->proplist; in merge_nodes()168 new_node->proplist = new_prop->next; in merge_nodes()276 p = &node->proplist; in add_property()285 struct property *prop = node->proplist; in delete_property_by_name()725 node->proplist = tbl[0]; in sort_properties()
157 struct property *proplist; member183 for ((p) = (n)->proplist; (p); (p) = (p)->next)204 struct node *build_node(struct property *proplist, struct node *children);
531 for (pp = &node->proplist; *pp; pp = &((*pp)->next)) in check_name_properties()
27 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) in pSeries_reconfig_add_node() argument40 np->properties = proplist; in pSeries_reconfig_add_node()