Searched refs:DEBUG_IMPL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/bmake/ |
| HD | make.h | 659 #define DEBUG_IMPL(module, args) \ macro 666 DEBUG_IMPL(module, (fmt)) 668 DEBUG_IMPL(module, (fmt, arg1)) 670 DEBUG_IMPL(module, (fmt, arg1, arg2)) 672 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3)) 674 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4)) 676 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4, arg5))
|