Home
last modified time | relevance | path

Searched refs:DT_NEXT (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)) )
75 if(((type & (DT_NEXT|DT_FIRST|DT_ATLEAST)) && cmp < 0) ||
92 if(!(type&(DT_NEXT|DT_PREV)) )
117 else if(type&DT_NEXT)
H A Ddttree.c337 else if((type & (DT_REMOVE|DT_NEXT|DT_PREV)) && o == obj) in troot()
344 if(type&DT_NEXT ) in troot()
359 else if((type & (DT_REMOVE|DT_NEXT|DT_PREV)) && o == obj) in troot()
366 if(type&DT_NEXT ) in troot()
374 if(type&DT_NEXT) in troot()
380 { if(type&DT_NEXT) in troot()
511 ((type&(DT_NEXT|DT_PREV|DT_REMOVE)) && _DTOBJ(disc,root) != obj) )
522 else if(type&DT_NEXT)
607 else if(type&(DT_NEXT|DT_ATLEAST) )
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) )
281 else if(type&DT_NEXT) /* track last object */
320 if(type&DT_NEXT)
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) )
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h191 #define DT_NEXT 0000000010 /* look for next element */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
329 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT)