Searched refs:pcb_root (Results 1 – 3 of 3) sorted by relevance
61 dt_node_t *pcb_root; /* root of current parse tree */ member
2461 if (yyparse() != 0 || yypcb->pcb_root == NULL) in dt_compile()2470 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()2486 for (dnp = yypcb->pcb_root->dn_list; in dt_compile()2506 yypcb->pcb_root->dn_list = new_list; in dt_compile()2517 assert(yypcb->pcb_root->dn_kind == DT_NODE_PROG); in dt_compile()2519 if ((dnp = yypcb->pcb_root->dn_list) == NULL && in dt_compile()2552 (void) dt_node_cook(yypcb->pcb_root, DT_IDFLG_REF); in dt_compile()2553 dt_cg(yypcb, yypcb->pcb_root); in dt_compile()2558 ddp = (dt_decl_t *)yypcb->pcb_root; /* root is really a decl */ in dt_compile()2570 if (context != DT_CTX_DTYPE && yypcb->pcb_root != NULL && in dt_compile()[all …]
5059 yypcb->pcb_root = dnp; in dt_node_root()