Searched defs:JMESSAGE (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/cmd/gs/jpeg/ |
H A D | cderror.h | 27 #define JMESSAGE(code,string) macro 35 #define JMESSAGE(code,string) code , macro 39 JMESSAGE(JMSG_FIRSTADDONCODE=1000, NULL) /* Must be first entry! */ enumerator
|
H A D | jerror.h | 27 #define JMESSAGE(code,string) macro 35 #define JMESSAGE(code,string) code , macro 39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */ enumerator
|
H A D | jerror.c | 48 #define JMESSAGE(code,string) string , macro
|
H A D | cjpeg.c | 42 #define JMESSAGE(code,string) string , macro
|
H A D | djpeg.c | 44 #define JMESSAGE(code,string) string , macro
|