Searched refs:dt_node_printr (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 4810 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 D | dt_parser.h | 256 extern void dt_node_printr(dt_node_t *, FILE *, int);
|
H A D | dt_cc.c | 1574 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()
|