Searched defs:alphachar (Results 1 – 2 of 2) sorted by relevance
140 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) \ macro
80 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) || \ macro