Home
last modified time | relevance | path

Searched defs:is_alpha (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/bin/sh/
H A Dsyntax.h84 #define is_alpha(c) (sh_ctype(c) & (ISUPPER|ISLOWER)) macro
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py275 def is_alpha(code_point): function
/netbsd-src/external/gpl2/grep/dist/src/
H A Dansi2knr.c193 #define is_alpha(c) (is_ascii(c) && isalpha(c)) macro
H A Ddfa.c659 FUNC(is_alpha, ISALPHA) in FUNC() argument
/netbsd-src/external/gpl2/gmake/dist/
H A Dansi2knr.c212 #define is_alpha(c) (is_ascii(c) && isalpha(c)) macro
/netbsd-src/lib/libc/time/
H A Dzdump.c116 is_alpha(char a) is_alpha() function
H A Dzic.c3561 is_alpha(char a) is_alpha() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c633 FUNC(is_alpha, ISALPHA) in FUNC() argument
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c1194 bool is_alpha = ISALPHA (*str); in parse_typed_reg() local