Searched refs:Isalpha (Results 1 – 6 of 6) sorted by relevance
190 # define Isalpha(c) (((c) & QUOTE) ? 0 : iswalpha(c)) macro203 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : NXIsAlpha((unsigned) (c))) macro224 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : isalpha((tcshuc) (c))) macro265 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : isalpha( oem_it((tcshuc)(c)))) macro287 # define Isalpha(c) (cmap((c),_LET) && !(((c) & META) && AsciiOnly)) macro
195 #define isword(c) (Isalpha(c)||Isdigit(c)||Strchr(word_chars,c))
147 (Isalpha((p)[0]) && (p)[1] == ':'))150 (Isalpha((p)[0]) && (p)[1] == ':' && \
688 else if ((*p & CHAR) == '^' && (Isalpha(p[1] & CHAR) || in parseescape()
554 if (!(((Strncmp(cp2, STRtty, 3) == 0) && Isalpha(cp2[3])) || in main()
3041 if (Isalpha(*cp)) { in e_capitalcase()