Searched refs:ishdigit (Results 1 – 1 of 1) sorted by relevance
55 #undef ishdigit56 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\ macro1021 while (!ishdigit(*s)) in read_cdata()1024 for (dectmp[dectmp_size] = 0; ishdigit(*s); s++) { in read_cdata()1102 while (ishdigit(*s)) { in read_cdata()
Completed in 11 milliseconds