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

/ast/src/lib/libast/cdt/
H A Ddtcomp.c41 return (Dtlink_t*)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_EXTRACT);
H A Ddtlist.c108 /* DT_FLATTEN|DT_EXTRACT|DT_RESTORE */
120 if(type&(DT_FLATTEN|DT_EXTRACT) )
125 if(type&DT_EXTRACT)
184 else if(type&(DT_EXTRACT|DT_RESTORE|DT_FLATTEN) )
H A Ddthash.c156 if(type == DT_FLATTEN || type == DT_EXTRACT)
208 else if(type&DT_EXTRACT)
209 return hflatten(dt, DT_EXTRACT);
276 if(type&(DT_FIRST|DT_LAST|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_FLATTEN|DT_STAT) )
283 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))
/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)

Completed in 16 milliseconds