Searched refs:Isdigit (Results 1 – 2 of 2) sorted by relevance
86 #define Isdigit(x) iswdigit(x) macro141 #define Isdigit(x) isdigit((unsigned char)x) macro
382 if (!Isdigit(c)) in ed_digit()410 if (!Isdigit(c)) in ed_argument_digit()