Searched refs:pa_depth (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c102 int pa_depth; /* member depth */ member in struct:dt_printarg
130 for (d = pap->pa_depth; d > depth; d--) {
145 (pap->pa_depth + pap->pa_nest) * 4, "");
415 if (!isstring || pap->pa_depth != 0)
434 pa.pa_nest += pap->pa_depth + 1;
435 pa.pa_depth = 0;
451 if (!isstring || pap->pa_depth != 0) {
560 if (depth < pap->pa_depth)
562 pap->pa_depth = depth;
684 pa.pa_depth
[all...]

Completed in 158 milliseconds