Searched refs:proplist (Results 1 – 4 of 4) sorted by relevance
57 struct property *proplist; member91 %type <proplist> proplist251 '{' proplist subnodes '}' ';'257 proplist:262 | 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()751 node->proplist = tbl[0]; in sort_properties()
155 struct property *proplist; member181 for ((p) = (n)->proplist; (p); (p) = (p)->next)202 struct node *build_node(struct property *proplist, struct node *children);
530 for (pp = &node->proplist; *pp; pp = &((*pp)->next)) in check_name_properties()
Completed in 13 milliseconds