Searched refs:_DT (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/cdt/
H A Ddtcomp.c35 return (Dtlink_t*)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FLATTEN);
41 return (Dtlink_t*)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_EXTRACT);
47 return (Dtlink_t*)(*(_DT(d)->searchf))((d),(l),DT_RESTORE);
53 return (ssize_t)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_STAT);
59 return (ssize_t)(*(_DT(d)->searchf))((d),(Void_t*)(0),DT_STAT);
/ast/src/lib/libast/include/
H A Dcdt.h303 #define _DT(dt) ((Dt_t*)(dt)) macro
321 #define dtvnext(d) (_DT(d)->view)
322 #define dtvcount(d) (_DT(d)->nview)
323 #define dtvhere(d) (_DT(d)->walk)
326 #define dtobj(d,e) _DTOBJ(_DT(d)->disc, (e))
328 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
329 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT)
330 #define dtatleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATLEAST)
331 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)
332 #define dtprev(d,o) (*(_DT(
[all...]

Completed in 23 milliseconds