Lines Matching refs:sanei_xml_indent_child
2608 static void sanei_xml_indent_child(xmlNode* parent, unsigned indent_count)
2630 sanei_xml_indent_child(e_root, 1);
2635 sanei_xml_indent_child(e_description, 2);
2639 sanei_xml_indent_child(e_configurations, 3);
2644 sanei_xml_indent_child(e_configuration, 4);
2670 sanei_xml_indent_child(e_interface, 5);
2680 sanei_xml_indent_child(e_interface, 4);
2681 sanei_xml_indent_child(e_configuration, 3);
2682 sanei_xml_indent_child(e_configurations, 2);
2683 sanei_xml_indent_child(e_description, 1);
2685 sanei_xml_indent_child(e_root, 1);