Searched refs:DEBUG_IMPL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | make.h | 669 #define DEBUG_IMPL(module, args) \ macro 676 DEBUG_IMPL(module, (fmt)) 678 DEBUG_IMPL(module, (fmt, arg1)) 680 DEBUG_IMPL(module, (fmt, arg1, arg2)) 682 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3)) 684 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4)) 686 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4, arg5))
|