Home
last modified time | relevance | path

Searched refs:LY_TREE_MOD_DATA_INDENT (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter_tree.c27 #define LY_TREE_MOD_DATA_INDENT 2 macro
803 ly_print(out, "\n%*srpcs:\n", LY_TREE_MOD_DATA_INDENT, ""); in tree_print_subtree()
806 ly_print(out, "\n%*snotifications:\n", LY_TREE_MOD_DATA_INDENT, ""); in tree_print_subtree()
918 opts.base_indent = LY_TREE_MOD_DATA_INDENT; in tree_print_model()
924 opts.base_indent = LY_TREE_MOD_DATA_INDENT; in tree_print_model()
972 printed = ly_print(out, "%*saugment ", LY_TREE_MOD_DATA_INDENT, ""); in tree_print_model()
997 ly_print(out, "\n%*srpcs:\n", LY_TREE_MOD_DATA_INDENT, ""); in tree_print_model()
1006 ly_print(out, "\n%*snotifications:\n", LY_TREE_MOD_DATA_INDENT, ""); in tree_print_model()
1018 ly_print(out, "%*sgrouping %s:\n", LY_TREE_MOD_DATA_INDENT, "", node->name); in tree_print_model()