Home
last modified time | relevance | path

Searched refs:dt_node_printr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c4803 dt_node_printr(dt_node_t *dnp, FILE *fp, int depth) in dt_node_printr() function
4869 dt_node_printr(arg, fp, depth + 1); in dt_node_printr()
4897 dt_node_printr(arg, fp, depth + 1); in dt_node_printr()
4905 dt_node_printr(dnp->dn_child, fp, depth + 1); in dt_node_printr()
4910 dt_node_printr(dnp->dn_left, fp, depth + 1); in dt_node_printr()
4911 dt_node_printr(dnp->dn_right, fp, depth + 1); in dt_node_printr()
4915 dt_node_printr(ln->dn_list, fp, depth + 1); in dt_node_printr()
4923 dt_node_printr(dnp->dn_expr, fp, depth + 1); in dt_node_printr()
4925 dt_node_printr(dnp->dn_left, fp, depth + 1); in dt_node_printr()
4927 dt_node_printr(dnp->dn_right, fp, depth + 1); in dt_node_printr()
[all …]
H A Ddt_parser.h252 extern void dt_node_printr(dt_node_t *, FILE *, int);
H A Ddt_cc.c1613 dt_node_printr(cnp, stderr, 0); in dt_compile_one_clause()
2466 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()
2562 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()