Searched refs:DT_MATCH (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddtlist.c116 if(type&DT_MATCH)
148 if(type&(DT_MATCH|DT_SEARCH|DT_DELETE|DT_INSERT|DT_RENEW))
157 if(type&(DT_SEARCH|DT_MATCH) )
H A Ddttree.c134 if(type&DT_MATCH)
192 if(type&(DT_SEARCH|DT_MATCH))
230 if(type&(DT_SEARCH|DT_DELETE|DT_MATCH))
H A Ddtview.c95 if(type&(DT_MATCH|DT_SEARCH|DT_FIRST|DT_LAST))
H A Dcdt.h276 #define DT_MATCH 001000 /* find object matching key */ macro
325 #define dtmatch(d,o) (*(_DT_(d)->searchf))((d),(Void_t*)(o),DT_MATCH)
H A Ddthash.c179 if(type&DT_MATCH)
244 if(type&(DT_MATCH|DT_SEARCH|DT_INSERT) )
H A Ddtstkq.c173 /* DT_MATCH|DT_SEARCH|DT_NEXT|DT_PREV: see if it exists */
189 else if(type&(DT_SEARCH|DT_MATCH))
/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_ATTACH|DT_DETACH|DT_APPEND|DT_ATLEAST|DT_ATMOST|DT_REMOVE)
335 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH)
/ast/src/lib/libast/cdt/
H A Ddtview.c53 if((type & (DT_MATCH|DT_SEARCH)) ||
H A Ddthash.c304 if((type&DT_MATCH) )
331 { if(type&(DT_SEARCH|DT_MATCH|DT_ATLEAST|DT_ATMOST) )
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 Ddtlist.c263 if(type&DT_MATCH)
324 /* else: if(type&(DT_SEARCH|DT_MATCH|DT_ATLEAST|DT_ATMOST)) */

Completed in 32 milliseconds