Searched refs:_B (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h59 #define _B 0x00000040 /* Blank */ macro
68 #define _ISBLANK _B
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h37 #define _B 0200 macro
49 #define isprint(c) ((_ctype_+1)[c]&(_P|_U|_L|_N|_B))
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h50 #define _B 0x00000040 /* Blank */ macro
61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B))
H A Dctype.c56 _S|_B, _P, _P, _P, _P, _P, _P, _P,
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h40 #define _B 0200 /* Blank */ macro
73 #define isprint(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N | _B))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c37 /* 40*/ (char)(_S|_B), _P, _P, _P, _P, _P, _P, _P,
144 return((_ctype_+1)[c]&(_P|_U|_L|_N|_B));
/illumos-gate/usr/src/lib/libc/port/i18n/
H A D_ctype.c50 _S|_B, _P, _P, _P, _P, _P, _P, _P,
123 _S|_B, _P, _P, _P, _P, _P, _P, _P,
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c73 #define isblank(c) ((__ctype + 1)[c] & _B)

Completed in 48 milliseconds