/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | _ctype.c | 50 _S|_B, _P, _P, _P, _P, _P, _P, _P, 51 _P, _P, _P, _P, _P, _P, _P, _P, 53 _N|_X, _N|_X, _P, _P, _P, _P, _P, _P, 54 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, 57 _U, _U, _U, _P, _P, _P, _P, _P, 58 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, 61 _L, _L, _L, _P, _P, _P, _P, _C, 123 _S|_B, _P, _P, _P, _P, _P, _P, _P, 124 _P, _P, _P, _P, _P, _P, _P, _P, 126 _N|_X, _N|_X, _P, _P, _P, _P, _P, _P, [all …]
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | ctype.c | 56 _S|_B, _P, _P, _P, _P, _P, _P, _P, 57 _P, _P, _P, _P, _P, _P, _P, _P, 59 _N|_X, _N|_X, _P, _P, _P, _P, _P, _P, 60 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, 63 _U, _U, _U, _P, _P, _P, _P, _P, 64 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, 67 _L, _L, _L, _P, _P, _P, _P, _C,
|
H A D | ctype.h | 48 #define _P 0x00000010 /* Punctuation */ macro 60 #define ispunct(c) ((__ctype + 1)[c] & _P) 61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)) 62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N))
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 37 /* 40*/ (char)(_S|_B), _P, _P, _P, _P, _P, _P, _P, 38 /* 50*/ _P, _P, _P, _P, _P, _P, _P, _P, 40 /* 70*/ _N|_X, _N|_X, _P, _P, _P, _P, _P, _P, 41 /*100*/ _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, 44 /*130*/ _U, _U, _U, _P, _P, _P, _P, _P, 45 /*140*/ _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, 48 /*170*/ _L, _L, _L, _P, _P, _P, _P, _C, 130 return((_ctype_+1)[c]&_P); 144 return((_ctype_+1)[c]&(_P|_U|_L|_N|_B)); 151 return((_ctype_+1)[c]&(_P|_U|_L|_N));
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 34 #define _P 020 macro 47 #define ispunct(c) ((_ctype_+1)[c]&_P) 49 #define isprint(c) ((_ctype_+1)[c]&(_P|_U|_L|_N|_B)) 50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N))
|
/titanic_41/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 37 #define _P 020 /* Punctuation */ macro 71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N)) 73 #define isprint(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N | _B)) 74 #define ispunct(c) ((_ctype_ + 1)[c] & _P)
|
/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_power.c | 56 #define _P(x) (((long)(&((_nsc_power_t *)0)->x))/sizeof (long)) macro 59 "Power_Lost", (uintptr_t)null_power, _P(pw_power_lost), 60 "Power_OK", (uintptr_t)null_power, _P(pw_power_ok), 61 "Power_Down", (uintptr_t)null_power, _P(pw_power_down),
|
/titanic_41/usr/src/head/iso/ |
H A D | ctype_iso.h | 57 #define _P 0x00000010 /* Punctuation */ macro 66 #define _ISPUNCT _P
|
/titanic_41/usr/src/uts/sun4u/io/px/ |
H A D | px_err.c | 124 JBC_INTERRUPT_STATUS_ ## bit ## _P, \ 192 UBC_INTERRUPT_STATUS_ ## bit ## _P, \ 233 IMU_INTERRUPT_STATUS_ ## bit ## _P, \ 265 MMU_INTERRUPT_STATUS_ ## bit ## _P, \ 299 ILU_INTERRUPT_STATUS_ ## bit ## _P, \ 322 TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \ 333 TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \ 375 TLU_CORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \ 399 TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _P, \ 410 TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _P, \
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 14358 :nd=^I:nl=^J:se=^_@:so=^_P:
|
H A D | terminfo.src | 16219 rmso=^_@, smso=^_P,
|