Searched defs:DT_MATCH (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/port/
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)
/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)

Completed in 13 milliseconds