Home | History | Annotate | Download | only in include

Lines Matching refs:__MINGW_IMP_SYMBOL

28 #define __pctype_func()	(* __MINGW_IMP_SYMBOL(_pctype))
36 extern unsigned short ** __MINGW_IMP_SYMBOL(_pctype);
37 #define _pctype (* __MINGW_IMP_SYMBOL(_pctype))
51 extern unsigned short ** __MINGW_IMP_SYMBOL(_wctype);
52 #define _wctype (* __MINGW_IMP_SYMBOL(_wctype))
61 #define __pwctype_func() (* __MINGW_IMP_SYMBOL(_pwctype))
63 extern unsigned short ** __MINGW_IMP_SYMBOL(_pwctype);
64 #define _pwctype (* __MINGW_IMP_SYMBOL(_pwctype))
194 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
195 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max))