Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/
H A D_ctype.h68 #define _CTYPE_SWS 30 /* Bits to shift to get width */ macro
167 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS); in __wcwidth()
/illumos-gate/usr/src/lib/libc/port/locale/
H A D_ctype.h81 #define _CTYPE_SWS 30 /* Bits to shift to get width */ macro
H A Dwcwidth.c65 return ((x & _CTYPE_SWM) >> _CTYPE_SWS); in wcwidth_l()
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h170 return ((_x & _CTYPE_SWM) >> _CTYPE_SWS); in __wcwidth_l()