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

/freebsd-11-stable/cddl/contrib/opensolaris/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.l773 dt_idhash_lookup(yypcb->pcb_idents, s) != NULL ||
831 idp = dt_idhash_insert(yypcb->pcb_idents, s, DT_IDENT_SCALAR, 0,
H A Ddt_cc.c2487 yypcb->pcb_idents = dt_idhash_create("ambiguous", NULL, 0, 0);
2491 if (yypcb->pcb_idents == NULL || yypcb->pcb_locals == NULL)

Completed in 60 milliseconds