HomeSort by relevance Sort by last modified time
    Searched refs:Isdigit (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
chartype.h 86 #define Isdigit(x) iswdigit(x)
141 #define Isdigit(x) isdigit((unsigned char)x)
common.c 382 if (!Isdigit(c))
410 if (!Isdigit(c))

Completed in 653 milliseconds