Searched refs:MyIsDigit (Results 1 – 1 of 1) sorted by relevance
29 # define MyIsDigit(x) \32 # define MyIsDigit(x) isdigit ((unsigned char) (x)) macro45 if ( MyIsDigit(*s1)46 && MyIsDigit(*s2))51 while (MyIsDigit(*s1)52 && MyIsDigit(*s2))59 if (MyIsDigit(*s1))61 if (MyIsDigit(*s2))67 if (MyIsDigit(*s1))72 if (MyIsDigit(*s2))