Home
last modified time | relevance | path

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

/NextBSD/include/
HD_ctype.h68 #define _CTYPE_SWS 30 /* Bits to shift to get width */ macro
167 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS); in __wcwidth()
/NextBSD/include/xlocale/
HD_ctype.h170 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS); in __wcwidth_l()