• Home
  • Raw
  • Download

Lines Matching refs:c

452 	struct node *c;  in get_property_by_label()  local
464 for_each_child(tree, c) { in get_property_by_label()
465 prop = get_property_by_label(c, label, node); in get_property_by_label()
479 struct node *c; in get_marker_label() local
491 for_each_child(tree, c) { in get_marker_label()
492 m = get_marker_label(c, label, node, prop); in get_marker_label()
804 struct node *c; in sort_node() local
808 for_each_child_withdel(node, c) in sort_node()
809 sort_node(c); in sort_node()
846 struct node *c; in any_label_tree() local
851 for_each_child(node, c) in any_label_tree()
852 if (any_label_tree(dti, c)) in any_label_tree()
863 struct node *c; in generate_label_tree_internal() local
895 for_each_child(node, c) in generate_label_tree_internal()
896 generate_label_tree_internal(dti, an, c, allocph); in generate_label_tree_internal()
901 struct node *c; in any_fixup_tree() local
913 for_each_child(node, c) { in any_fixup_tree()
914 if (any_fixup_tree(dti, c)) in any_fixup_tree()
952 struct node *c; in generate_fixups_tree_internal() local
966 for_each_child(node, c) in generate_fixups_tree_internal()
967 generate_fixups_tree_internal(dti, fn, c); in generate_fixups_tree_internal()
972 struct node *c; in any_local_fixup_tree() local
984 for_each_child(node, c) { in any_local_fixup_tree()
985 if (any_local_fixup_tree(dti, c)) in any_local_fixup_tree()
1033 struct node *c; in generate_local_fixups_tree_internal() local
1047 for_each_child(node, c) in generate_local_fixups_tree_internal()
1048 generate_local_fixups_tree_internal(dti, lfn, c); in generate_local_fixups_tree_internal()