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

  /external/libedit/src/
chartype.h 82 #define Isalpha(x) iswalpha(x)
137 #define Isalpha(x) isalpha((unsigned char)x)
emacs.c 317 if (Isalpha(*cp)) {

Completed in 60 milliseconds