Lines Matching refs:c

35 #define GET(c)		((c) = *ip, ip++, ileft--)  argument
36 #define PUT(c) (*op = (c), op++, oleft--) argument
72 #define NGET(c, msg) \ argument
76 (c) = *ip++;\
79 #define NPUT(c, msg) \ argument
83 *op++ = (c);\
152 #define ISASC(c) ((c) <= 0x7f) argument
155 #define ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) argument
158 #define ISC1CTRLEUC(c) ((((c) >= 0x80) && ((c) <= 0x8d)) ||\ argument
159 (((c) >= 0x90) && ((c) <= 0x9f)))
162 #define ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument
165 #define ISCS1_0208(c) (((c) >= 0xa1) && ((c) <= 0xf4)) argument
168 #define ISCS1_UDC(c) (((c) >= 0xf5) && ((c) <= 0xfe)) argument
171 #define ISCS2(c) (((c) >= 0xa1) && ((c) <= 0xdf)) argument
174 #define ISCS3(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument
177 #define ISCS3_UDC(c) (((c) >= 0xf5) && ((c) <= 0xfe)) argument
180 #define ISSJKANA(c) (((c) >= 0xa1) && ((c) <= 0xdf)) argument
183 #define ISSJMB_1(c) ((((c) >= 0x81) && ((c) <= 0x9f)) ||\ argument
184 (((c) >= 0xe0) && ((c) <= 0xfc)))
187 #define ISSJKANJI1(c) ((((c) >= 0x81) && ((c) <= 0x9f)) ||\ argument
188 (((c) >= 0xe0) && ((c) <= 0xea)) ||\
189 (((c) >= 0xf0) && ((c) <= 0xf4)))
192 #define ISSJSUPKANJI1(c) (((c) >= 0xf5) && ((c) <= 0xf9)) argument
195 #define ISSJUDC_1(c) (((c) >= 0xf0) && ((c) <= 0xf9)) argument
198 #define ISSJIBM(c) (((c) >= 0xfa) && ((c) <= 0xfc)) argument
201 #define ISSJNECIBM(c) (((c) >= 0xed) && ((c) <= 0xef)) argument
204 #define ISSJKANJI2(c) ((((c) >= 0x40) && ((c) <= 0x7e)) ||\ argument
205 (((c) >= 0x80) && ((c) <= 0xfc)))
208 #define ISUTF8UDC(c) (((c) >= 0xe000) && ((c) <= 0xf8ff)) argument