Searched refs:DT_FIRST (Results 1 - 9 of 9) sorted by relevance
/osnet-11/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)) ) 70 if(((type & (DT_NEXT|DT_FIRST)) && cmp < 0) || 112 obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_FIRST);
|
H A D | dtlist.c | 49 { if(type&(DT_LAST|DT_FIRST) )
|
H A D | dthash.c | 126 if(dt->data->size <= 0 || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
|
H A D | dttree.c | 55 { if(!root || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) ) 80 else /* type&DT_FIRST */
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 162 #define DT_FIRST 0000200 /* get first object */ macro 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 162 #define DT_FIRST 0000200 /* get first object */ macro 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 162 #define DT_FIRST 0000200 /* get first object */ macro 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 162 #define DT_FIRST 0000200 /* get first object */ macro 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 162 #define DT_FIRST 0000200 /* get first object */ macro 293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
|
Completed in 634 milliseconds