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

/freebsd-13-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.l774 dt_idhash_lookup(yypcb->pcb_idents, s) != NULL ||
832 idp = dt_idhash_insert(yypcb->pcb_idents, s, DT_IDENT_SCALAR, 0,
H A Ddt_cc.c2444 yypcb->pcb_idents = dt_idhash_create("ambiguous", NULL, 0, 0);
2448 if (yypcb->pcb_idents == NULL || yypcb->pcb_locals == NULL)

Completed in 57 milliseconds