Searched defs:_DT_ (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/mailx/port/
H A Dcdt.h310 #define _DT_(d) ((Dt_t*)(d)) macro
313 #define dtobj(d,e) ((_DT_(d)->disc->link < 0) ? (((Dthold_t*)(e))->obj) : \
314 (Void_t*)((char*)(e) - _DT_(d)->disc->link) )
315 #define dtfinger(d) (_DT_(d)->data->here ? dtobj((d),_DT_(d)->data->here) : \
318 #define dtfirst(d) (*(_DT_(d)->searchf))((d),NIL(Void_t*),DT_FIRST)
319 #define dtnext(d,o) (*(_DT_(d)->searchf))((d),(Void_t*)(o),DT_NEXT)
320 #define dtlast(d) (*(_DT_(d)->searchf))((d),NIL(Void_t*),DT_LAST)
321 #define dtprev(d,o) (*(_DT_(d)->searchf))((d),(Void_t*)(o),DT_PREV)
322 #define dtsearch(d,o) (*(_DT_(
[all...]

Completed in 9 milliseconds