Lines Matching refs:fac
52 #define DEBUGWARN0(fac, format) \ argument
53 if (debug & (fac)) \
55 #define DEBUGNOTE0(fac, format) \ argument
56 if (debug & (fac)) \
58 #define DEBUGNOTE1(fac, format, arg1) \ argument
59 if (debug & (fac)) \
61 #define DEBUGNOTE2(fac, format, arg1, arg2) \ argument
62 if (debug & (fac)) \
64 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument
65 if (debug & (fac)) \
67 #define DEBUGCONT0(fac, format) \ argument
68 if (debug & (fac)) \
70 #define DEBUGCONT1(fac, format, arg1) \ argument
71 if (debug & (fac)) \
73 #define DEBUGCONT2(fac, format, arg1, arg2) \ argument
74 if (debug & (fac)) \
76 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \ argument
77 if (debug & (fac)) \
79 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \ argument
80 if (debug & (fac)) \
82 #define DEBUGCONT10(fac, format, \ argument
84 if (debug & (fac)) \
88 #define DEBUGWARN0(fac, format)
89 #define DEBUGNOTE0(fac, format)
90 #define DEBUGNOTE1(fac, format, arg1)
91 #define DEBUGNOTE2(fac, format, arg1, arg2)
92 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3)
93 #define DEBUGCONT0(fac, format)
94 #define DEBUGCONT1(fac, format, arg1)
95 #define DEBUGCONT2(fac, format, arg1, arg2)
96 #define DEBUGCONT3(fac, format, arg1, arg2, arg3)
97 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4)
98 #define DEBUGCONT10(fac, format, \