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

/opensolaris-onvv-gate/usr/src/head/iso/
H A Dctype_c99.h76 #define isblank(c) ((_ctype + 1)[(int)(c)] & _B)
H A Dctype_iso.h60 #define _B 0x00000040 /* Blank */ macro
69 #define _ISBLANK _B
139 return ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)); }
169 #define isprint(c) ((__ctype + 1)[(int)(c)] & (_P | _U | _L | _N | _B))
193 #define isprint(c) ((_ctype + 1)[(int)(c)] & (_P | _U | _L | _N | _B))
/opensolaris-onvv-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))
/opensolaris-onvv-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))
/opensolaris-onvv-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,
/opensolaris-onvv-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));
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c38 _S|_B, _P, _P, _P, _P, _P, _P, _P,
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A D_ctype.c47 _S|_B, _P, _P, _P, _P, _P, _P, _P,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dref.t255 package _B; package
257 DESTROY { print "# destroying '_B'\nok 51\n"; bless shift, 'A' }
259 my $b = _B->new;
/opensolaris-onvv-gate/usr/src/cmd/locale/
H A Dlocale.c73 #define isblank(c) ((__ctype + 1)[c] & _B)

Completed in 184 milliseconds