Searched refs:proplist (Results 1 – 6 of 6) sorted by relevance
51 struct property *proplist; member84 %type <proplist> proplist206 '{' proplist subnodes '}' ';'212 proplist:217 | 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()151 while (new_node->proplist) { in merge_nodes()153 new_prop = new_node->proplist; in merge_nodes()154 new_node->proplist = new_prop->next; in merge_nodes()233 p = &node->proplist; in add_property()242 struct property *prop = node->proplist; in delete_property_by_name()672 node->proplist = tbl[0]; in sort_properties()
152 struct property *proplist; member175 for ((p) = (n)->proplist; (p); (p) = (p)->next)196 struct node *build_node(struct property *proplist, struct node *children);
91 struct property *proplist;
162 struct property *proplist;526 "nodedef", "proplist", "propdef", "propdata", "propdataprefix",1603 (yyval.node) = build_node((yyvsp[-3].proplist), (yyvsp[-2].nodelist));1611 (yyval.proplist) = NULL;1619 (yyval.proplist) = chain_property((yyvsp[0].prop), (yyvsp[-1].proplist));
445 for (pp = &node->proplist; *pp; pp = &((*pp)->next)) in check_name_properties()