Searched refs:digitchar (Results 1 – 1 of 1) sorted by relevance
163 #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) macro166 #define borderchar(c) (alphachar(c) || digitchar(c))