Lines Matching refs:c
451 struct node *c; in get_property_by_label() local
463 for_each_child(tree, c) { in get_property_by_label()
464 prop = get_property_by_label(c, label, node); in get_property_by_label()
478 struct node *c; in get_marker_label() local
490 for_each_child(tree, c) { in get_marker_label()
491 m = get_marker_label(c, label, node, prop); in get_marker_label()
769 struct node *c; in sort_node() local
773 for_each_child_withdel(node, c) in sort_node()
774 sort_node(c); in sort_node()
811 struct node *c; in any_label_tree() local
816 for_each_child(node, c) in any_label_tree()
817 if (any_label_tree(dti, c)) in any_label_tree()
828 struct node *c; in generate_label_tree_internal() local
860 for_each_child(node, c) in generate_label_tree_internal()
861 generate_label_tree_internal(dti, an, c, allocph); in generate_label_tree_internal()
866 struct node *c; in any_fixup_tree() local
878 for_each_child(node, c) { in any_fixup_tree()
879 if (any_fixup_tree(dti, c)) in any_fixup_tree()
911 struct node *c; in generate_fixups_tree_internal() local
925 for_each_child(node, c) in generate_fixups_tree_internal()
926 generate_fixups_tree_internal(dti, fn, c); in generate_fixups_tree_internal()
931 struct node *c; in any_local_fixup_tree() local
943 for_each_child(node, c) { in any_local_fixup_tree()
944 if (any_local_fixup_tree(dti, c)) in any_local_fixup_tree()
992 struct node *c; in generate_local_fixups_tree_internal() local
1006 for_each_child(node, c) in generate_local_fixups_tree_internal()
1007 generate_local_fixups_tree_internal(dti, lfn, c); in generate_local_fixups_tree_internal()