Searched refs:dt_node_printr (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_parser.c | 4869 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() 4897 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() 4910 dt_node_printr(dnp->dn_left, fp, depth + 1); in dt_node_printr() 4941 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() 4967 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() 4979 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() 5011 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() 5022 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() 5028 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() 5038 dt_node_printr(arg, fp, depth + 1); in dt_node_printr() [all …]
|
H A D | dt_parser.h | 252 extern void dt_node_printr(dt_node_t *, FILE *, int);
|
H A D | dt_cc.c | 1613 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()
|