Home
last modified time | relevance | path

Searched refs:DT_LAST (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)) )
76 ((type & (DT_PREV|DT_LAST|DT_ATMOST)) && cmp > 0) )
119 else obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
H A Ddtlist.c74 { if(type&DT_LAST)
182 if(type&(DT_FIRST|DT_LAST) )
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 Ddttree.c101 if(type&DT_LAST)
414 if(type&(DT_FIRST|DT_LAST) )
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h194 #define DT_LAST 0000000400 /* get last object */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
331 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)