Lines Matching defs:depth
707 indent(FILE *fp, int depth)
709 while (depth-- > 0)
717 asr_nvl_print_jsoni(FILE *fp, nvlist_t *nvl, int depth, char quote, char *sep)
737 if (depth > 1)
742 indent(fp, depth);
1003 asr_nvl_print_jsoni(fp, val, depth + 1, quote, sep);
1013 fp, val[i], depth + 1, quote, sep);
1027 indent(fp, depth - 1);
1047 indentb(asr_buf_t *out, int depth)
1050 while (depth-- > 0)
1088 int depth, char quote, char *sep)
1108 if (depth > 1)
1113 (void) indentb(out, depth);
1375 asr_nvl_tostringi(out, val, depth + 1, quote, sep);
1385 out, val[i], depth + 1, quote, sep);
1400 (void) indentb(out, depth - 1);