Home
last modified time | relevance | path

Searched refs:DT_PREV (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtview.c63 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV|DT_ATLEAST|DT_ATMOST)) )
76 ((type & (DT_PREV|DT_LAST|DT_ATMOST)) && cmp > 0) )
92 if(!(type&(DT_NEXT|DT_PREV)) )
H A Ddtlist.c270 if(h && _DTOBJ(disc,h) == obj && (type & (DT_SEARCH|DT_NEXT|DT_PREV)) )
278 else if(type & (DT_REMOVE|DT_NEXT|DT_PREV) )
283 else if(type&DT_PREV) /* track first object */
322 else if(type&DT_PREV)
H A Ddthash.c293 else if(type&(DT_NEXT|DT_PREV) )
319 else if((type&(DT_REMOVE|DT_NEXT|DT_PREV)) && o != obj )
320 { if(type&(DT_NEXT|DT_PREV) )
335 else if(type & (DT_NEXT|DT_PREV) )
H A Ddttree.c337 else if((type & (DT_REMOVE|DT_NEXT|DT_PREV)) && o == obj) in troot()
359 else if((type & (DT_REMOVE|DT_NEXT|DT_PREV)) && o == obj) in troot()
511 ((type&(DT_NEXT|DT_PREV|DT_REMOVE)) && _DTOBJ(disc,root) != obj) )
535 else if(type&DT_PREV)
609 else if(type&(DT_PREV|DT_ATMOST) )
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h192 #define DT_PREV 0000000020 /* find previous element */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
332 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV)