Searched refs:isalpha (Results 26 - 45 of 45) sorted by relevance

12

/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp636 if (*type != '_' && !isalpha(*type)) {
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp432 while (*++arg && isalpha(*arg))
H A Drecover.cpp760 while (*++arg && isalpha(*arg)) {
/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp262 } else if (isalpha(*fCurrentChar) || *fCurrentChar == '_'
268 && (isalpha(*fCurrentChar) || *fCurrentChar == '_'
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp207 while(isalpha(*s))
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp627 while (isalpha(c = read_char(stream))) {
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp652 while (*++arg && isalpha(*arg)) {
/haiku/src/bin/rc/
H A Ddecompile.cpp138 if (name[0] != '_' && !isalpha(name[0]))
/haiku/src/kits/support/
H A DUrl.cpp1410 if (index == 0 && !isalpha(c))
H A DString.cpp2034 if (isalpha(fPrivateData[count])) {
2045 if (isalpha(fPrivateData[count]))
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1741 if (!isalpha(line[end]) && !isdigit(line[end]))
1746 if (!isalpha(line[start - 1]) && !isdigit(line[start - 1]))
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp1188 isalpha(fInfo->name[0]) ? "operator " : "operator")
1543 bool isIdentifier = isalpha(fInfo->name[0]) || fInfo->name[0] == '_';
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp142 if (isalpha(c)) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1929 void isalpha() {} function
H A Dlibroot_stubs_legacy.c1896 void isalpha() {} function
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp796 if (isalpha(i))
/haiku/src/kits/app/
H A DRoster.cpp360 if (isalpha(from[0])) {
/haiku/src/build/libgnuregex/
H A Dregex.c122 /* isalpha etc. are used for the character classes. */
143 #define ISALPHA(c) (isascii (c) && isalpha (c))
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c3529 BUILD_CHARCLASS_LOOP (isalpha);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp2040 isalpha (ProtocolStringPntr[-1]))

Completed in 208 milliseconds

12