Home | History | Annotate | Download | only in include

Lines Matching refs:__PCTYPE_FUNC

156 #ifndef __PCTYPE_FUNC
157 #define __PCTYPE_FUNC __pctype_func()
159 #define __pctype_func() (_pctype)
161 #define __pctype_func() (* __MINGW_IMP_SYMBOL(_pctype))
356 #define isleadbyte(_c) (__PCTYPE_FUNC[(unsigned char)(_c)] & _LEADBYTE)