Searched refs:ISEXP (Results 1 – 1 of 1) sorted by relevance
50 #define ISEXP(c) ((int)(c) == 'e' || (int)(c) == 'E') macro245 if (ISEXP((unsigned char)*s)) { in numeric()