Lines Matching defs:code
31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
230 #define ERREXIT(cinfo, code) \ argument
233 #define ERREXIT1(cinfo, code, p1) \ argument
237 #define ERREXIT2(cinfo, code, p1, p2) \ argument
242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
248 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
255 #define ERREXITS(cinfo, code, str) \ argument
263 #define WARNMS(cinfo, code) \ argument
266 #define WARNMS1(cinfo, code, p1) \ argument
270 #define WARNMS2(cinfo, code, p1, p2) \ argument
277 #define TRACEMS(cinfo, lvl, code) \ argument
280 #define TRACEMS1(cinfo, lvl, code, p1) \ argument
284 #define TRACEMS2(cinfo, lvl, code, p1, p2) \ argument
289 #define TRACEMS3(cinfo, lvl, code, p1, p2, p3) \ argument
294 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument
299 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument
305 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
311 #define TRACEMSS(cinfo, lvl, code, str) \ argument