Searched refs:DEBUG_IMPL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | make.h | 693 #define DEBUG_IMPL(module, args) \ macro 700 DEBUG_IMPL(module, (fmt)) 702 DEBUG_IMPL(module, (fmt, arg1)) 704 DEBUG_IMPL(module, (fmt, arg1, arg2)) 706 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3)) 708 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4)) 710 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4, arg5))
|