Searched refs:isalpha (Results 76 - 100 of 191) sorted by relevance

12345678

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dp-exp.y1093 && (!isalpha (tokentab3[i].operator[0]) || explen == 3
1094 || (!isalpha (tokstart[3]) && !isdigit (tokstart[3]) && tokstart[3] != '_')))
1105 && (!isalpha (tokentab2[i].operator[0]) || explen == 2
1106 || (!isalpha (tokstart[2]) && !isdigit (tokstart[2]) && tokstart[2] != '_')))
H A Dp-exp.c2418 && (!isalpha (tokentab3[i].operator[0]) || explen == 3
2419 || (!isalpha (tokstart[3]) && !isdigit (tokstart[3]) && tokstart[3] != '_')))
2430 && (!isalpha (tokentab2[i].operator[0]) || explen == 2
2431 || (!isalpha (tokstart[2]) && !isdigit (tokstart[2]) && tokstart[2] != '_')))
H A Dthread.c587 for (cmd = tidlist; *cmd != '\000' && !isalpha (*cmd); cmd++);
/freebsd-11.0-release/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c249 if (isalpha((unsigned char)ch)) {
/freebsd-11.0-release/lib/libedit/
H A Dchartype.h130 #define Isalpha(x) isalpha((unsigned char)x)
/freebsd-11.0-release/libexec/bootpd/
H A Dgetether.c209 while (isalpha(*p))
/freebsd-11.0-release/usr.bin/env/
H A Denvopts.c57 #define isalphach(Anychar) isalpha((u_char)(Anychar))
/freebsd-11.0-release/usr.bin/morse/
H A Dmorse.c452 if (isalpha((unsigned char)c))
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dhttpread.c107 if (isalpha(c1) && isupper(c1))
109 if (isalpha(c2) && isupper(c2))
H A Dwps_upnp_ssdp.c47 if (isalpha(c1) && isupper(c1))
49 if (isalpha(c2) && isupper(c2))
/freebsd-11.0-release/contrib/flex/
H A Dparse.y884 | CCE_ALPHA { CCL_EXPR(isalpha); }
905 | CCE_NEG_ALPHA { CCL_NEG_EXPR(isalpha); }
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dexc.c79 if (isalpha(*p))
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp520 if (isalpha(CurChar) || CurChar == '_' || CurChar == '.')
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c713 if (CHIN(cs, i) && isalpha(i)) {
819 while (MORE() && isalpha((uch)PEEK()))
904 assert(isalpha(ch));
946 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
/freebsd-11.0-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c74 else if (!isalpha (*name))
/freebsd-11.0-release/sbin/dhclient/
H A Dconflex.c148 } else if (isascii(c) && isalpha(c)) {
/freebsd-11.0-release/tools/tools/vimage/
H A Dvimage.c237 for (namelen = 0; isalpha(ifname[namelen]); namelen++);
/freebsd-11.0-release/usr.bin/jot/
H A Djot.c425 while (!isalpha((unsigned char)*p)) {
/freebsd-11.0-release/usr.bin/killall/
H A Dkillall.c217 if (isalpha((unsigned char)**av)) {
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp196 if (isalpha(static_cast<unsigned char>(CurChar)) || CurChar == '_')
321 if (isalpha(static_cast<unsigned char>(CurPtr[0])) ||
412 if (isalpha(static_cast<unsigned char>(CurPtr[0])) ||
/freebsd-11.0-release/contrib/mdocml/
H A Dman_validate.c324 if (isalpha((unsigned char)*p) &&
/freebsd-11.0-release/contrib/gdb/gdb/tui/
H A Dtui-io.c325 if (rl_filename_completion_desired && temp == 0 && isalpha (pathname[0]) && pathname[1] == ':')
/freebsd-11.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c865 !isalpha (Prefix[i]))
/freebsd-11.0-release/sbin/iscontrol/
H A Dconfig.c162 if(isalpha((unsigned char)*w))
/freebsd-11.0-release/contrib/nvi/regex/
H A Dregcomp.c729 if (CHIN(cs, i) && isalpha(i)) {
835 while (MORE() && isalpha(PEEK()))
920 assert(isalpha(ch));
963 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)

Completed in 194 milliseconds

12345678