Home
last modified time | relevance | path

Searched refs:pcb_locals (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c164 if (pcb->pcb_locals != NULL) in dt_pcb_pop()
165 dt_idhash_destroy(pcb->pcb_locals); in dt_pcb_pop()
H A Ddt_pcb.h63 dt_idhash_t *pcb_locals; /* current hash table of local identifiers */ member
H A Ddt_as.c351 (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()
H A Ddt_cc.c2388 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()
H A Ddt_parser.c1557 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()