Lines Matching defs:B
86 #define MSGOUT(S, A, B) printf(S "\n", A, B)
91 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B)
92 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C)
93 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D)
94 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B,C,D,E)
95 #define DEBUGOUT6(S,A,B,C,D,E,F) printf(S "\n",A,B,C,D,E,F)
96 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G)
98 #define ERROR_REPORT2(S,A,B) printf(S "\n",A,B)
99 #define ERROR_REPORT3(S,A,B,C) printf(S "\n",A,B,C)
103 #define DEBUGOUT2(S,A,B)
104 #define DEBUGOUT3(S,A,B,C)
105 #define DEBUGOUT4(S,A,B,C,D)
106 #define DEBUGOUT5(S,A,B,C,D,E)
107 #define DEBUGOUT6(S,A,B,C,D,E,F)
108 #define DEBUGOUT7(S,A,B,C,D,E,F,G)
111 #define ERROR_REPORT2(S,A,B)
112 #define ERROR_REPORT3(S,A,B,C)