Searched refs:pcb_idents (Results 1 – 3 of 3) sorted by relevance
166 if (pcb->pcb_idents != NULL) in dt_pcb_pop()167 dt_idhash_destroy(pcb->pcb_idents); in dt_pcb_pop()
64 dt_idhash_t *pcb_idents; /* current hash table of ambiguous idents */ member
2387 yypcb->pcb_idents = dt_idhash_create("ambiguous", NULL, 0, 0); in dt_compile()2391 if (yypcb->pcb_idents == NULL || yypcb->pcb_locals == NULL) in dt_compile()