Searched refs:_CTYPE_SWS (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/include/
H A D_ctype.h67 #define _CTYPE_SWS 30 /* Bits to shift to get width */ macro
166 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS);
/freebsd-current/include/xlocale/
H A D_ctype.h169 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS);

Completed in 135 milliseconds