Lines Matching defs:B
74 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument
79 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument
80 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
81 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D) argument
82 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B,C,D,E) argument
83 #define DEBUGOUT6(S,A,B,C,D,E,F) printf(S "\n",A,B,C,D,E,F) argument
84 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
105 #define DEBUGOUT2(S,A,B) argument
106 #define DEBUGOUT3(S,A,B,C) argument
107 #define DEBUGOUT4(S,A,B,C,D) argument
108 #define DEBUGOUT5(S,A,B,C,D,E) argument
109 #define DEBUGOUT6(S,A,B,C,D,E,F) argument
110 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
113 #define ERROR_REPORT2(S,A,B) argument
114 #define ERROR_REPORT3(S,A,B,C) argument