Home
last modified time | relevance | path

Searched refs:DT_FIRST (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtview.c54 ((type & (DT_FIRST|DT_LAST|DT_ATLEAST|DT_ATMOST)) && !(dt->meth->type&DT_ORDERED) ) )
63 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV|DT_ATLEAST|DT_ATMOST)) )
75 if(((type & (DT_NEXT|DT_FIRST|DT_ATLEAST)) && cmp < 0) ||
118 obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_FIRST);
H A Ddthash.c276 if(type&(DT_FIRST|DT_LAST|DT_CLEAR|DT_EXTRACT|DT_RESTORE|DT_FLATTEN|DT_STAT) )
277 { if(type&(DT_FIRST|DT_LAST) )
H A Ddtlist.c182 if(type&(DT_FIRST|DT_LAST) )
H A Ddttree.c414 if(type&(DT_FIRST|DT_LAST) )
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h193 #define DT_FIRST 0000000200 /* get first object */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
328 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)