Home
last modified time | relevance | path

Searched refs:isalpha (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h9 int _EXFUN(isalpha, (int __c));
43 #define isalpha(c) ((__ctype_ptr)[(unsigned)(c)]&(_U|_L)) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h103 __exctype (isalpha);
174 # define isalpha(c) __isctype((c), _ISalpha) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dmenubox.c283 if (key < 256 && isalpha(key)) in dialog_menu()
H A Dutil.c488 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()