Home
last modified time | relevance | path

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

/ctype/
A Dctype.c27 func (isalpha, _ISalpha) in func()
A Dctype_l.c28 func (isalpha_l, _ISalpha) in func()
A Dctype.h50 _ISalpha = _ISbit (2), /* Alphabetic. */ enumerator
190 # define isalpha(c) __isctype((c), _ISalpha) in __isctype_f()
286 # define __isalpha_l(c,l) __isctype_l((c), _ISalpha, (l))

Completed in 6 milliseconds