Lines Matching defs:depth
1489 int depth;
1500 fprintf(args->out, "%*s", args->depth*4, "");
1530 args->depth++;
1545 args->depth--;
1546 fprintf(args->out, "%*s", args->depth*4, "");
1565 fprintf(args->out, "%*s", args->depth*4, "");
1582 args->depth++;
1600 args->depth--;
1601 fprintf(args->out, "%*s", args->depth*4, "");
1613 extra_args.depth = 0;