Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h195 #define DT_MATCH 0000001000 /* find object matching key */ macro
202 #define DT_TOANNOUNCE (DT_INSERT|DT_DELETE|DT_SEARCH|DT_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_A…
335 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtview.c53 if((type & (DT_MATCH|DT_SEARCH)) ||
H A Ddttree.c435 if(type&DT_MATCH) /* no prototype object given, just the key */
515 if(type&(DT_SEARCH|DT_MATCH|DT_ATMOST|DT_ATLEAST))
589 { if(type&(DT_SEARCH|DT_MATCH))
H A Ddthash.c304 if((type&DT_MATCH) )
331 { if(type&(DT_SEARCH|DT_MATCH|DT_ATLEAST|DT_ATMOST) )
H A Ddtlist.c263 if(type&DT_MATCH)