Searched defs:DICT_DEBUG (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ | ||
H A D | dict_debug.c | 54 } DICT_DEBUG; typedef |
H A D | dict.h | 109 #define DICT_DEBUG(d) ((d)->flags & DICT_FLAG_DEBUG ? dict_debug(d) : (d)) macro |