Lines Matching refs:indent
94 int nvprt_indent; /* absolute indent, or tab depth */
95 int nvprt_indentinc; /* indent or tab increment */
155 indent(nvlist_prtctl_t pctl, int onemore)
197 indent(pctl, 1); \
233 indent(pctl, 1); \
264 indent(pctl, 1);
271 indent(pctl, 1);
285 indent(pctl, 1);
289 indent(pctl, 1);
296 indent(pctl, 1);
345 indent(pctl, onemore);
575 indent(pctl, 0);
774 (void) printf("%*s%s: " format "\n", indent, "", \
784 (void) printf("%*s%s[%d]: " format "\n", indent, "", \
793 dump_nvlist(nvlist_t *list, int indent)
809 (void) printf("%*s%s\n", indent, "", nvpair_name(elem));
814 (void) printf("%*s%s: %s\n", indent, "",
862 (void) printf("%*s%s[%d]: %s\n", indent, "",
911 (void) printf("%*s%s:\n", indent, "",
913 dump_nvlist(nvlist_value, indent + 4);
920 (void) printf("%*s%s[%u]:\n", indent, "",
922 dump_nvlist(nvlist_array_value[i], indent + 4);