/illumos-gate/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 …]
|
/illumos-gate/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))
|
/illumos-gate/usr/src/head/iso/ |
H A D | ctype_iso.h | 57 #define _P 0x00000010 /* Punctuation */ macro 66 #define _ISPUNCT _P
|
/illumos-gate/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, \
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 14358 :nd=^I:nl=^J:se=^_@:so=^_P:
|
H A D | terminfo.src | 16221 rmso=^_@, smso=^_P,
|