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

  /external/libedit/src/
chartype.h 83 #define Isalnum(x) iswalnum(x)
138 #define Isalnum(x) isalnum((unsigned char)x)
chared.c 204 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL;
214 if (Isalnum(p) || p == '_')

Completed in 86 milliseconds