Home
last modified time | relevance | path

Searched refs:DT_CLEAR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h206 #define DT_CLEAR 0000000100 /* clearing all objects */ macro
210 #define DT_OPERATIONS (DT_TOANNOUNCE|DT_RELINK|DT_FLATTEN|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_STAT)
342 #define dtclear(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_CLEAR)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtclose.c55 { (void)(*(dt->meth->searchf))(dt,NIL(Void_t*),DT_CLEAR);
H A Ddtview.c31 DT_ATTACH|DT_DETACH|DT_RELINK|DT_CLEAR| \
H A Ddthash.c276 if(type&(DT_FIRST|DT_LAST|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_FLATTEN|DT_STAT) )
279 else if(type&DT_CLEAR)
H A Ddtlist.c186 else if(type&DT_CLEAR)
H A Ddttree.c418 else if(type&DT_CLEAR)