Lines Matching refs:depth
54 static void data_config_print(const data_unset *d, int depth) { in data_config_print() argument
66 array_print_indent(depth + 1); in data_config_print()
69 depth ++; in data_config_print()
77 array_print_indent(depth); in data_config_print()
83 du->print(du, depth); in data_config_print()
95 array_print_indent(depth); in data_config_print()
96 du->print(du, depth); in data_config_print()
102 depth --; in data_config_print()
103 array_print_indent(depth); in data_config_print()
112 array_print_indent(depth); in data_config_print()
114 ds->next->print((data_unset *)ds->next, depth); in data_config_print()