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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.char.h191 # define Isalpha(c) (((c) & QUOTE) ? 0 : iswalpha(c)) macro
204 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : NXIsAlpha((unsigned) (c))) macro
225 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : isalpha((tcshuc) (c))) macro
266 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : isalpha( oem_it((tcshuc)(c)))) macro
288 # 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.h143 (Isalpha((p)[0]) && (p)[1] == ':'))
146 (Isalpha((p)[0]) && (p)[1] == ':' && \
H A Ded.chared.c308 if (Isdigit(ch) || Isalpha(ch) || ch == '_')
3037 if (Isalpha(*cp)) {
H A Dsh.c546 if (!(((Strncmp(cp2, STRtty, 3) == 0) && Isalpha(cp2[3])) ||
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h73 #define Isalpha(x) iswalpha(x) macro
123 #define Isalpha(x) isalpha((unsigned char)x) macro

Completed in 79 milliseconds