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