Lines Matching +defs:val +defs:depth

3080 	int kind, val, uref;
3224 lp->dn_ctfp, lp->dn_type, rp->dn_string, &val) == 0) {
3241 rp->dn_value = (intmax_t)val;
4620 dt_node_printr(dt_node_t *dnp, FILE *fp, int depth)
4627 (void) fprintf(fp, "%*s", depth * 2, "");
4683 (void) fprintf(fp, "%*s[\n", depth * 2, "");
4686 dt_node_printr(arg, fp, depth + 1);
4688 (void) fprintf(fp, "%*s,\n", depth * 2, "");
4692 (void) fprintf(fp, "%*s]\n", depth * 2, "");
4714 dt_node_printr(arg, fp, depth + 1);
4716 (void) fprintf(fp, "%*s,\n", depth * 2, "");
4722 dt_node_printr(dnp->dn_child, fp, depth + 1);
4727 dt_node_printr(dnp->dn_left, fp, depth + 1);
4728 dt_node_printr(dnp->dn_right, fp, depth + 1);
4733 dt_node_printr(dnp->dn_expr, fp, depth + 1);
4734 (void) fprintf(fp, "%*s?\n", depth * 2, "");
4735 dt_node_printr(dnp->dn_left, fp, depth + 1);
4736 (void) fprintf(fp, "%*s:\n", depth * 2, "");
4737 dt_node_printr(dnp->dn_right, fp, depth + 1);
4743 dt_node_printr(dnp->dn_expr, fp, depth + 1);
4751 dt_node_printr(arg, fp, depth + 1);
4753 (void) fprintf(fp, "%*s,\n", depth * 2, "");
4757 (void) fprintf(fp, "%*s] = ", depth * 2, "");
4758 dt_node_printr(dnp->dn_aggfun, fp, depth + 1);
4760 (void) fprintf(fp, "%*s]\n", depth * 2, "");
4763 (void) fprintf(fp, "%*s)\n", depth * 2, "");
4777 dt_node_printr(arg, fp, depth + 1);
4779 (void) fprintf(fp, "%*sCTXATTR %s\n", depth * 2, "",
4783 (void) fprintf(fp, "%*sPREDICATE /\n", depth * 2, "");
4784 dt_node_printr(dnp->dn_pred, fp, depth + 1);
4785 (void) fprintf(fp, "%*s/\n", depth * 2, "");
4789 dt_node_printr(arg, fp, depth + 1);
4797 dt_node_printr(inp->din_root, fp, depth + 1);
4803 dt_node_printr(dnp->dn_membexpr, fp, depth + 1);
4820 dt_node_printr(arg, fp, depth + 1);
4831 dt_node_printr(arg, fp, depth + 1);
4837 dt_node_printr(arg, fp, depth + 1);