Searched defs:iswctype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Diswctype.c88 #undef iswctype macro
90 iswctype(wint_t wc, wctype_t class) function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h375 * Note: MKS libc/gen/iswctype.c contains the system independent version
376 * of wctype() and iswctype().
378 * In single byte mode, we can't use the names wctype() and iswctype().
386 #undef iswctype macro
388 #define iswctype _m_iswctype macro
391 extern int iswctype(wint_t wc, wctype_t desc);

Completed in 58 milliseconds