Searched refs:pcb_idents (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h64 dt_idhash_t *pcb_idents; /* current hash table of ambiguous idents */ member in struct:dt_pcb
H A Ddt_pcb.c166 if (pcb->pcb_idents != NULL)
167 dt_idhash_destroy(pcb->pcb_idents);
H A Ddt_lex.l726 dt_idhash_lookup(yypcb->pcb_idents, s) != NULL ||
784 idp = dt_idhash_insert(yypcb->pcb_idents, s, DT_IDENT_SCALAR, 0,
H A Ddt_cc.c2107 yypcb->pcb_idents = dt_idhash_create("ambiguous", NULL, 0, 0);
2111 if (yypcb->pcb_idents == NULL || yypcb->pcb_locals == NULL)

Completed in 28 milliseconds