Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h52 _ISalpha = _ISbit (2), /* Alphabetic. */ enumerator
174 # define isalpha(c) __isctype((c), _ISalpha)
282 # define __isalpha_l(c,l) __isctype_l((c), _ISalpha, (l))