Home
last modified time | relevance | path

Searched refs:Isdigit (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/
Dchartype.h86 #define Isdigit(x) iswdigit(x) macro
141 #define Isdigit(x) isdigit((unsigned char)x) macro
Dcommon.c382 if (!Isdigit(c)) in ed_digit()
410 if (!Isdigit(c)) in ed_argument_digit()