Searched refs:Isalpha (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.char.h193 # define Isalpha(c) (((c) & QUOTE) ? 0 : iswalpha(c)) macro
206 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : NXIsAlpha((unsigned) (c))) macro
227 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : isalpha((tcshuc) (c))) macro
268 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : isalpha( oem_it((tcshuc)(c)))) macro
290 # define Isalpha(c) (cmap((c),_LET) && !(((c) & META) && AsciiOnly)) macro
H A Ded.h196 #define isword(c) (Isalpha(c)||Isdigit(c)||Strchr(word_chars,c))
H A Ded.xmap.c692 else if ((*p & CHAR) == '^' && (Isalpha(p[1] & CHAR) ||
H A Dsh.h130 (Isalpha((p)[0]) && (p)[1] == ':'))
133 (Isalpha((p)[0]) && (p)[1] == ':' && \
H A Ded.chared.c308 if (Isdigit(ch) || Isalpha(ch) || ch == '_')
3038 if (Isalpha(*cp)) {
H A Dsh.c461 if (!(((Strncmp(cp2, STRtty, 3) == 0) && Isalpha(cp2[3])) ||
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h82 #define Isalpha(x) iswalpha(x) macro
132 #define Isalpha(x) isalpha((unsigned char)x) macro
H A Demacs.c317 if (Isalpha(*cp)) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregclass.c69 static int Isalpha(int c) { return iswalpha(c); } function
111 { SZ("alpha"), Isalpha },
/macosx-10.10.1/libedit-40/src/
H A Dchartype.h82 #define Isalpha(x) iswalpha(x) macro
137 #define Isalpha(x) isalpha((unsigned char)x) macro
H A Demacs.c317 if (Isalpha(*cp)) {

Completed in 218 milliseconds