isalpha 7455 Zend/zend_compile.c if ((2 <= len) && isalpha((int)((unsigned char *)path)[0]) && (':' == path[1])) { isalpha 73 Zend/zend_virtual_cwd.h (len >= 2 && ((isalpha(path[0]) && path[1] == ':') || IS_UNC_PATH(path, len))) isalpha 193 ext/ctype/ctype.c CTYPE(isalpha); isalpha 746 ext/ereg/ereg.c if (isalpha(c)) { isalpha 628 ext/ereg/regex/regcomp.c if (CHIN(cs, i) && isalpha(i)) { isalpha 740 ext/ereg/regex/regcomp.c while (MORE() && isalpha(PEEK())) isalpha 833 ext/ereg/regex/regcomp.c assert(isalpha(ch)); isalpha 880 ext/ereg/regex/regcomp.c if ((p->g->cflags®_ICASE) && isalpha(ch) && othercase(ch) != ch) isalpha 271 ext/fileinfo/libmagic/apprentice.c if (isalpha((unsigned char)l[1])) { isalpha 1728 ext/fileinfo/libmagic/apprentice.c else if (*l == 's' && !isalpha((unsigned char)l[1])) { isalpha 90 ext/mbstring/oniguruma/enc/mktable.c return isalpha(c); isalpha 915 ext/mbstring/oniguruma/enc/mktable.c return (isalpha(c) || isdigit(c) || c == 0x5f); isalpha 139 ext/pcre/pcrelib/pcre_maketables.c if (isalpha(i)) x += ctype_letter; isalpha 12969 ext/sqlite3/libsqlite/sqlite3.c # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) isalpha 2421 ext/standard/file.c if (!isalpha(ch) && ch != '-') { isalpha 461 ext/standard/formatted_print.c if (isascii((int)format[inpos]) && !isalpha((int)format[inpos])) { isalpha 88 ext/standard/metaphone.c #define ENCODE(c) (isalpha(c) ? _codes[((toupper(c)) - 'A')] : 0) isalpha 163 ext/standard/metaphone.c #define Isbreak(c) (!isalpha(c)) isalpha 198 ext/standard/metaphone.c for (; !isalpha(Curr_Letter); w_idx++) { isalpha 282 ext/standard/metaphone.c if (!isalpha(Curr_Letter)) isalpha 5466 ext/standard/string.c while (p < e && (isalpha((unsigned char)*p) || (char_list && ch[(unsigned char)*p]) || *p == '\'' || *p == '-')) { isalpha 112 ext/standard/url.c if (!isalpha(*p) && !isdigit(*p) && *p != '+' && *p != '.' && *p != '-') { isalpha 397 main/snprintf.c if (isalpha((int)*p)) {