Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h59 dt_node_t *pcb_root; /* root of current parse tree */ member
H A Ddt_cc.c2400 if (yyparse() != 0 || yypcb->pcb_root == NULL) in dt_compile()
2409 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()
2428 for (dnp = yypcb->pcb_root->dn_list; in dt_compile()
2439 yypcb->pcb_root->dn_list = new_list; in dt_compile()
2450 assert(yypcb->pcb_root->dn_kind == DT_NODE_PROG); in dt_compile()
2452 if ((dnp = yypcb->pcb_root->dn_list) == NULL && in dt_compile()
2485 (void) dt_node_cook(yypcb->pcb_root, DT_IDFLG_REF); in dt_compile()
2486 dt_cg(yypcb, yypcb->pcb_root); in dt_compile()
2491 ddp = (dt_decl_t *)yypcb->pcb_root; /* root is really a decl */ in dt_compile()
2503 if (context != DT_CTX_DTYPE && yypcb->pcb_root != NULL && in dt_compile()
[all …]
H A Ddt_parser.c5068 yypcb->pcb_root = dnp; in dt_node_root()