Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtview.c53 if((type & (DT_MATCH|DT_SEARCH)) ||
97 if((o = (*(d->meth->searchf))(d, obj, DT_SEARCH)) )
109 if((*(p->meth->searchf))(p, obj, DT_SEARCH) )
H A Ddthash.c291 { if(type&DT_SEARCH)
331 { if(type&(DT_SEARCH|DT_MATCH|DT_ATLEAST|DT_ATMOST) )
349 type |= DT_SEARCH; /* for announcement */
H A Ddttree.c515 if(type&(DT_SEARCH|DT_MATCH|DT_ATMOST|DT_ATLEAST))
567 { type |= DT_SEARCH; /* for announcement */
589 { if(type&(DT_SEARCH|DT_MATCH))
H A Ddtlist.c270 if(h && _DTOBJ(disc,h) == obj && (type & (DT_SEARCH|DT_NEXT|DT_PREV)) )
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h190 #define DT_SEARCH 0000000004 /* look for an object */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
334 #define dtsearch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH)