Searched refs:DT_FIRST (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/cdt/
H A Ddtview.c49 ((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 Ddtlist.c49 { if(type&(DT_LAST|DT_FIRST) )
H A Ddthash.c126 if(dt->data->size <= 0 || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
H A Ddttree.c55 { if(!root || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) )
80 else /* type&DT_FIRST */
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h162 #define DT_FIRST 0000200 /* get first object */ macro
293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dcdt.h162 #define DT_FIRST 0000200 /* get first object */ macro
293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h162 #define DT_FIRST 0000200 /* get first object */ macro
293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h162 #define DT_FIRST 0000200 /* get first object */ macro
293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h162 #define DT_FIRST 0000200 /* get first object */ macro
293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST)

Completed in 143 milliseconds