Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c4810 dt_node_printr(dt_node_t *dnp, FILE *fp, int depth) in dt_node_printr() function
4879 dt_node_printr(arg, fp, depth + 1); in dt_node_printr()
4907 dt_node_printr(arg, fp, depth + 1); in dt_node_printr()
4915 dt_node_printr(dnp->dn_child, fp, depth + 1); in dt_node_printr()
4920 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()
4925 dt_node_printr(ln->dn_list, fp, depth + 1); in dt_node_printr()
4933 dt_node_printr(dnp->dn_expr, fp, depth + 1); in dt_node_printr()
4935 dt_node_printr(dnp->dn_left, fp, depth + 1); in dt_node_printr()
4937 dt_node_printr(dnp->dn_right, fp, depth + 1); in dt_node_printr()
[all …]
H A Ddt_parser.h256 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()