Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h208 #define DT_RESTORE 0000400000 /* reinsert a list of elements */ macro
210 #define DT_OPERATIONS (DT_TOANNOUNCE|DT_RELINK|DT_FLATTEN|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_STAT)
346 #define dtrestore(d,l) (Dtlink_t*)(*(_DT(d)->searchf))((d),(Void_t*)(l),DT_RESTORE)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtcomp.c47 return (Dtlink_t*)(*(_DT(d)->searchf))((d),(l),DT_RESTORE); in dtrestore()
H A Ddtview.c32 DT_FLATTEN|DT_EXTRACT|DT_RESTORE|DT_STAT)
H A Ddtlist.c184 else if(type&(DT_EXTRACT|DT_RESTORE|DT_FLATTEN) )
H A Ddthash.c276 if(type&(DT_FIRST|DT_LAST|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_FLATTEN|DT_STAT) )
H A Ddttree.c416 else if(type&(DT_EXTRACT|DT_RESTORE|DT_FLATTEN))