Searched refs:build_node (Results 1 – 6 of 6) sorted by relevance
37 tree = build_node(NULL, NULL); in read_fstree()
196 struct node *build_node(struct property *proplist, struct node *children);
208 $$ = build_node($2, $3);
100 struct node *build_node(struct property *proplist, struct node *children) in build_node() function737 node = build_node(NULL, NULL); in build_and_name_child_node()
760 node = build_node(NULL, NULL); in unflatten_tree()
1603 (yyval.node) = build_node((yyvsp[-3].proplist), (yyvsp[-2].nodelist));