Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c156 if(type == DT_FLATTEN || type == DT_EXTRACT) in hflatten()
208 else if(type&DT_EXTRACT) in hlist()
209 return hflatten(dt, DT_EXTRACT); in hlist()
276 if(type&(DT_FIRST|DT_LAST|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_FLATTEN|DT_STAT) )
H A Ddtcomp.c41 return (Dtlink_t*)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_EXTRACT); in dtextract()
H A Ddtlist.c120 if(type&(DT_FLATTEN|DT_EXTRACT) )
125 if(type&DT_EXTRACT)
184 else if(type&(DT_EXTRACT|DT_RESTORE|DT_FLATTEN) )
H A Ddtview.c32 DT_FLATTEN|DT_EXTRACT|DT_RESTORE|DT_STAT)
H A Ddttree.c156 if(type&(DT_FLATTEN|DT_EXTRACT) )
416 else if(type&(DT_EXTRACT|DT_RESTORE|DT_FLATTEN))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h207 #define DT_EXTRACT 0000200000 /* FLATTEN and clear dictionary */ macro
210 #define DT_OPERATIONS (DT_TOANNOUNCE|DT_RELINK|DT_FLATTEN|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_STAT)
345 #define dtextract(d) (Dtlink_t*)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_EXTRACT)