Searched refs:pcb_root (Results 1 – 3 of 3) sorted by relevance
61 dt_node_t *pcb_root; /* root of current parse tree */ member
2457 if (yyparse() != 0 || yypcb->pcb_root == NULL) in dt_compile()2466 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()2485 for (dnp = yypcb->pcb_root->dn_list; in dt_compile()2496 yypcb->pcb_root->dn_list = new_list; in dt_compile()2507 assert(yypcb->pcb_root->dn_kind == DT_NODE_PROG); in dt_compile()2509 if ((dnp = yypcb->pcb_root->dn_list) == NULL && in dt_compile()2542 (void) dt_node_cook(yypcb->pcb_root, DT_IDFLG_REF); in dt_compile()2543 dt_cg(yypcb, yypcb->pcb_root); in dt_compile()2548 ddp = (dt_decl_t *)yypcb->pcb_root; /* root is really a decl */ in dt_compile()2560 if (context != DT_CTX_DTYPE && yypcb->pcb_root != NULL && in dt_compile()[all …]
5059 yypcb->pcb_root = dnp; in dt_node_root()