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

/opensolaris-onvv-gate/usr/src/lib/libast/common/cdt/
H A Ddtview.c58 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV)) )
71 ((type & (DT_PREV|DT_LAST)) && cmp > 0) )
86 if(!(type & (DT_NEXT|DT_PREV)) )
H A Ddthash.c123 { if(type&(DT_NEXT|DT_PREV))
196 else /*if(type&(DT_DELETE|DT_DETACH|DT_NEXT|DT_PREV))*/
289 else if(type&DT_PREV)
H A Ddttree.c271 else if(type&DT_PREV)
329 else if(type&DT_PREV)
H A Ddtlist.c176 else if(type&DT_PREV)
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h159 #define DT_PREV 0000020 /* find previous element */ macro
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV)
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV)
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dcdt.h159 #define DT_PREV 0000020 /* find previous element */ macro
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV)
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV)
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h159 #define DT_PREV 0000020 /* find previous element */ macro
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV)
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV)
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h159 #define DT_PREV 0000020 /* find previous element */ macro
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV)
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV)
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h159 #define DT_PREV 0000020 /* find previous element */ macro
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV)
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV)

Completed in 56 milliseconds