HomeSort by relevance Sort by last modified time
    Searched defs:_CONTROL (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 97 #define _CONTROL 0x20
144 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
159 __CRT_INLINE int __cdecl iswcntrl(wint_t _C) {return (iswctype(_C,_CONTROL)); }
ctype.h 90 #define _CONTROL 0x20
214 #define _iscntrl_l(_Char,_Locale) _ischartype_l(_Char,_CONTROL,_Locale)
235 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
247 #define _iswcntrl_l(_c,_p) (_iswctype_l(_c,_CONTROL,_p))
wchar.h 212 #define _CONTROL 0x20
345 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
358 #define _iswcntrl_l(_c,_p) (_iswctype_l(_c,_CONTROL,_p))
    [all...]

Completed in 108 milliseconds