Home
last modified time | relevance | path

Searched defs:DICT_DEBUG (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_debug.c54 } DICT_DEBUG; typedef
H A Ddict.h109 #define DICT_DEBUG(d) ((d)->flags & DICT_FLAG_DEBUG ? dict_debug(d) : (d)) macro