Searched refs:dt_ident_unref (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_ident.h175 extern int dt_ident_unref(const dt_ident_t *);
H A Ddt_parser.c2820 * references to determine if the identifier is currently dt_ident_unref().
2828 if ((idflags & DT_IDFLG_REF) && dt_ident_unref(idp)) {
2880 if (cp->dn_kind == DT_NODE_VAR && dt_ident_unref(cp->dn_ident)) {
3118 if (idp == NULL || dt_ident_unref(idp))
3130 * a type by assignment or declaration (!dt_ident_unref())
3137 } else if (!dt_ident_unref(lp->dn_ident))
3472 dt_ident_unref(lp->dn_ident)) {
3756 if (idp->di_kind == DT_IDENT_SCALAR && dt_ident_unref(idp) &&
H A Ddt_ident.c1027 dt_ident_unref(const dt_ident_t *idp) function

Completed in 139 milliseconds