Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_parser.c4797 dt_node_printr(dt_node_t *dnp, FILE *fp, int depth) in dt_node_printr() function
4863 dt_node_printr(arg, fp, depth + 1); in dt_node_printr()
4891 dt_node_printr(arg, fp, depth + 1); in dt_node_printr()
4899 dt_node_printr(dnp->dn_child, fp, depth + 1); in dt_node_printr()
4904 dt_node_printr(dnp->dn_left, fp, depth + 1); in dt_node_printr()
4905 dt_node_printr(dnp->dn_right, fp, depth + 1); in dt_node_printr()
4909 dt_node_printr(ln->dn_list, fp, depth + 1); in dt_node_printr()
4917 dt_node_printr(dnp->dn_expr, fp, depth + 1); in dt_node_printr()
4919 dt_node_printr(dnp->dn_left, fp, depth + 1); in dt_node_printr()
4921 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.c1574 dt_node_printr(cnp, stderr, 0); in dt_compile_one_clause()
2409 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()
2505 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()