Searched refs:DEBUG_IMPL (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/bmake/ |
| HD | make.h | 670 #define DEBUG_IMPL(module, args) \ macro 677 DEBUG_IMPL(module, (fmt)) 679 DEBUG_IMPL(module, (fmt, arg1)) 681 DEBUG_IMPL(module, (fmt, arg1, arg2)) 683 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3)) 685 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4)) 687 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4, arg5))
|