Lines Matching defs:fac
202 #define DEBUGWARN0(fac, format) \
203 if (debug & (fac)) \
205 #define DEBUGNOTE0(fac, format) \
206 if (debug & (fac)) \
208 #define DEBUGNOTE1(fac, format, arg1) \
209 if (debug & (fac)) \
211 #define DEBUGNOTE2(fac, format, arg1, arg2) \
212 if (debug & (fac)) \
214 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \
215 if (debug & (fac)) \
217 #define DEBUGCONT0(fac, format) \
218 if (debug & (fac)) \
220 #define DEBUGCONT1(fac, format, arg1) \
221 if (debug & (fac)) \
223 #define DEBUGCONT2(fac, format, arg1, arg2) \
224 if (debug & (fac)) \
226 #define DEBUGCONT3(fac, format, arg1, arg2, arg3) \
227 if (debug & (fac)) \
229 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4) \
230 if (debug & (fac)) \
232 #define DEBUGCONT10(fac, format, \
234 if (debug & (fac)) \
238 #define DEBUGWARN0(fac, format)
239 #define DEBUGNOTE0(fac, format)
240 #define DEBUGNOTE1(fac, format, arg1)
241 #define DEBUGNOTE2(fac, format, arg1, arg2)
242 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3)
243 #define DEBUGCONT0(fac, format)
244 #define DEBUGCONT1(fac, format, arg1)
245 #define DEBUGCONT2(fac, format, arg1, arg2)
246 #define DEBUGCONT3(fac, format, arg1, arg2, arg3)
247 #define DEBUGCONT4(fac, format, arg1, arg2, arg3, arg4)
248 #define DEBUGCONT10(fac, format, \