Searched refs:ishdigit (Results 1 – 1 of 1) sorted by relevance
59 #undef ishdigit60 #define ishdigit(cc) (((cc) >= '0' && (cc) <= '9') ||\ macro1032 while (!ishdigit(*s)) in read_cdata()1035 for (dectmp[dectmp_size] = 0; ishdigit(*s); s++) { in read_cdata()1113 while (ishdigit(*s)) { in read_cdata()