Searched refs:isalpha (Results 151 - 175 of 326) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/flex/dist/src/
H A Dflexdef.h1091 #define b_isalpha(c) (isalpha(c)?true:false)
H A Dinitparse.c1678 { CCL_EXPR(isalpha); }
1722 { CCL_NEG_EXPR(isalpha); }
/netbsd-current/usr.bin/tip/
H A Dtip.c190 if (isalpha((unsigned char)*System))
/netbsd-current/usr.bin/m4/
H A Dmain.c515 } else if (t == '_' || isalpha(t)) {
/netbsd-current/games/warp/
H A Dintrp.c429 while (*t && !isalpha((unsigned char)*t)) {
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp62 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]*
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp52 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]*
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb.c345 || (isalpha(filename[0]) && filename[1] == ':')
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-micmd.c212 if (*name == '\0' || !isalpha (*name))
/netbsd-current/sys/external/bsd/acpica/dist/disassembler/
H A Ddmbuffer.c963 !isalpha (Prefix[i]))
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMemorySpace.cc283 if (isalpha ((int) (mname[0])) == 0)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMemorySpace.cc283 if (isalpha ((int) (mname[0])) == 0)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp121 return isalpha(C) || isdigit(C) || C == '_' || C == '-' || C == '.' ||
279 if (!isalpha(C.peek()) && C.peek() != '_')
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp118 if (isalpha(Expr[0]))
561 else if (isalpha(Expr[0]) || Expr[0] == '_')
/netbsd-current/lib/libc/gen/
H A DMakefile.inc69 initgroups.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c2017 else if (!(isalpha(c) || c == '_' || c == '\n'))
2308 if (isalpha(p[1]) || (p[1] == '/' && isalpha(p[2])))
2360 if (p[1] == '#' || isalpha(p[1]))
2751 if (isalpha(c) || c == '_')
/netbsd-current/usr.bin/config/
H A Dsem.c449 (isalpha((unsigned char)*cp)
615 if (!isalpha(*p))
759 if (!isalpha(*p))
/netbsd-current/usr.bin/rdist/
H A Ddocmd.c357 if (!isalpha(c) && !isdigit(c) && c != '_' && c != '-')
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c207 while (isalpha((unsigned char)*ptr) || isdigit((unsigned char)*ptr) ||
/netbsd-current/external/bsd/mdocml/dist/
H A Dman_validate.c375 if (isalpha((unsigned char)*p) &&
/netbsd-current/external/bsd/nvi/dist/common/
H A Dmsg.c242 if (isalpha(ch) &&
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh/
H A Dgencode.c3134 if (isalpha (*s))
/netbsd-current/external/bsd/cron/dist/
H A Dentry.c631 while (isalpha((unsigned char)ch)) {
/netbsd-current/external/historical/nawk/dist/
H A Dlib.c744 if (!isalpha((uschar) *s) && *s != '_')
/netbsd-current/games/atc/
H A Dinput.c397 else if (isalpha(tval))

Completed in 239 milliseconds

1234567891011>>