Searched defs:DT_PREV (Results 1 - 5 of 5) sorted by relevance

/illumos-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)
/illumos-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)
/illumos-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)
/illumos-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)
/illumos-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 69 milliseconds