Lines Matching defs:tree
26 die("Unable to parse input tree\n");
29 die("Syntax error parsing input tree\n");
281 static void write_tree_source_node(FILE *f, struct node *tree, int level)
289 for_each_label(tree->labels, l)
291 if (tree->name && (*tree->name))
292 fprintf(f, "%s {", tree->name);
297 srcstr = srcpos_string_first(tree->srcpos, annotate);
305 for_each_property(tree, prop) {
312 for_each_child(tree, child) {
319 srcstr = srcpos_string_last(tree->srcpos, annotate);