Searched refs:is_alpha (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
388 and not is_alpha(code_point)
451 and not is_alpha(code_point)):
456 if (is_alpha(code_point) and is_cntrl(code_point)):
459 if (is_alpha(code_point) and is_digit(code_point)):
462 if (is_alpha(code_point) and is_punct(code_point)):
465 if (is_alpha(code_point) and is_space(code_point)):
/netbsd-current/bin/sh/
H A Dsyntax.h84 #define is_alpha(c) (sh_ctype(c) & (ISUPPER|ISLOWER)) macro
H A Dtrap.c401 (!is_alpha(ap[-1][0]) ||
H A Dshow.c1155 if (is_alpha(df->label) &&
H A Dexpand.c1836 if (!is_alpha(*p))
/netbsd-current/external/gpl2/gmake/dist/
H A Dansi2knr.c212 #define is_alpha(c) (is_ascii(c) && isalpha(c)) macro
217 #define isidfirstchar(ch) (is_alpha(ch) || (ch) == '_')
/netbsd-current/external/gpl2/grep/dist/src/
H A Dansi2knr.c193 #define is_alpha(c) (is_ascii(c) && isalpha(c)) macro
198 #define isidfirstchar(ch) (is_alpha(ch) || (ch) == '_')
H A Ddfa.c659 FUNC(is_alpha, ISALPHA)
684 { ":alpha:]", is_alpha },
/netbsd-current/lib/libc/time/
H A Dzdump.c116 is_alpha(char a) function
399 while (is_alpha(*cp) || is_digit(*cp) || *cp == '-' || *cp == '+')
1115 for (abp = ab; is_alpha(*abp); abp++)
H A Dzic.c209 static bool is_alpha(char a);
2829 for (cp = abbr; is_alpha(*cp); cp++)
3561 is_alpha(char a) function
3856 while (is_alpha(*cp) || ('0' <= *cp && *cp <= '9')
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c633 FUNC(is_alpha, ISALPHA)
658 { ":alpha:]", is_alpha },
H A Dregex.c3268 boolean is_alpha = STREQ (str, "alpha");
3294 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c3340 boolean is_alpha = STREQ (str, "alpha");
3366 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dregex.c3261 boolean is_alpha = STREQ (str, "alpha");
3287 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c3269 boolean is_alpha = STREQ (str, "alpha");
3295 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c3269 boolean is_alpha = STREQ (str, "alpha");
3295 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c3273 boolean is_alpha = STREQ (str, "alpha");
3299 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c3273 boolean is_alpha = STREQ (str, "alpha");
3299 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c3273 boolean is_alpha = STREQ (str, "alpha");
3299 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dregex.c3273 boolean is_alpha = STREQ (str, "alpha");
3299 || (is_alpha && ISALPHA (ch))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c1196 bool is_alpha = ISALPHA (*str);
1213 if (!is_alpha && (flags & PTR_IN_REGLIST))
1194 bool is_alpha = ISALPHA (*str); local

Completed in 683 milliseconds