Searched refs:DT_DETACH (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/cdt/
H A Ddtlist.c57 else if(type&(DT_DELETE|DT_DETACH))
149 if(type&(DT_DELETE|DT_DETACH))
H A Ddttree.c94 if(dt->meth->type == DT_OBAG && (type&(DT_DELETE|DT_DETACH)) )
284 else if(type&(DT_DELETE|DT_DETACH))
H A Ddthash.c166 if(dt->meth->type == DT_BAG && (type&(DT_DELETE|DT_DETACH)) )
196 else /*if(type&(DT_DELETE|DT_DETACH|DT_NEXT|DT_PREV))*/
331 else /*if(type&(DT_DELETE|DT_DETACH))*/
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)

Completed in 64 milliseconds