Searched refs:_ISpunct (Results 1 – 3 of 3) sorted by relevance
33 func (ispunct, _ISpunct) in func()
34 func (ispunct_l, _ISpunct) in func()
58 _ISpunct = _ISbit (10), /* Punctuation. */ enumerator196 # define ispunct(c) __isctype((c), _ISpunct) in __isctype_f()292 # define __ispunct_l(c,l) __isctype_l((c), _ISpunct, (l))
Completed in 7 milliseconds