Searched refs:_CTYPE_SWM (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/include/
H A D_ctype.h66 #define _CTYPE_SWM 0xe0000000L /* Mask for screen width data */ macro
164 _x = (unsigned int)__maskrune(_c, _CTYPE_SWM|_CTYPE_R);
165 if ((_x & _CTYPE_SWM) != 0)
166 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS);
/freebsd-current/include/xlocale/
H A D_ctype.h167 _x = (unsigned int)__maskrune_l(_c, _CTYPE_SWM|_CTYPE_R, __l);
168 if ((_x & _CTYPE_SWM) != 0)
169 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS);
/freebsd-current/usr.bin/localedef/
H A Dctype.c246 ctn->ctype &= ~(_CTYPE_SWM);

Completed in 159 milliseconds