Home
last modified time | relevance | path

Searched defs:isalpha (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dctype.h43 #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.h174 # define isalpha(c) __isctype((c), _ISalpha) macro