Searched refs:DT_LAST (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libast/common/cdt/ |
H A D | dtview.c | 49 ((type&(DT_FIRST|DT_LAST)) && !(dt->meth->type&(DT_OBAG|DT_OSET)) ) ) 58 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV)) ) 71 ((type & (DT_PREV|DT_LAST)) && cmp > 0) ) 113 else obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
|
H A D | dtlist.c | 49 { if(type&(DT_LAST|DT_FIRST) ) 51 { if(type&DT_LAST)
|
H A D | dthash.c | 126 if(dt->data->size <= 0 || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) ) 154 t = (type&DT_LAST) ? *--ends : *s++; 155 if(t && (type&DT_LAST))
|
H A D | dttree.c | 55 { if(!root || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) ) 76 { if(type&DT_LAST)
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 163 #define DT_LAST 0000400 /* get last object */ macro 296 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 163 #define DT_LAST 0000400 /* get last object */ macro 296 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 163 #define DT_LAST 0000400 /* get last object */ macro 296 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 163 #define DT_LAST 0000400 /* get last object */ macro 296 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 163 #define DT_LAST 0000400 /* get last object */ macro 296 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST)
|