Searched refs:pcb_locals (Results 1 – 5 of 5) sorted by relevance
164 if (pcb->pcb_locals != NULL) in dt_pcb_pop()165 dt_idhash_destroy(pcb->pcb_locals); in dt_pcb_pop()
63 dt_idhash_t *pcb_locals; /* current hash table of local identifiers */ member
351 (void) dt_idhash_iter(pcb->pcb_locals, dt_countvar, &n); in dt_as()362 (void) dt_idhash_iter(pcb->pcb_locals, dt_copyvar, pcb); in dt_as()
2388 yypcb->pcb_locals = dt_idhash_create("clause local", NULL, in dt_compile()2391 if (yypcb->pcb_idents == NULL || yypcb->pcb_locals == NULL) in dt_compile()
1557 dhp = yypcb->pcb_locals; in dt_node_decl()2810 if (dhp == yypcb->pcb_locals) in dt_xcook_ident()3665 dhp = yypcb->pcb_locals; in dt_cook_op2()