Searched refs:_P (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c38 _S|_B, _P, _P, _P, _P, _P, _P, _P,
39 _P, _P, _P, _
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A D_ctype.c47 _S|_B, _P, _P, _P, _P, _P, _P, _P,
48 _P, _P, _P, _
[all...]
/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dctype.c56 _S|_B, _P, _P, _P, _P, _P, _P, _P,
57 _P, _P, _P, _
[all...]
H A Dctype.h48 #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))
/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,
38 /* 50*/ _P, _P, _P, _
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h34 #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))
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h37 #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)
/opensolaris-onvv-gate/usr/src/head/iso/
H A Dctype_iso.h58 #define _P 0x00000010 /* Punctuation */ macro
67 #define _ISPUNCT _P
137 inline int ispunct(int c) { return ((__ctype + 1)[c] & _P); }
139 return ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)); }
140 inline int isgraph(int c) { return ((__ctype + 1)[c] & (_P | _U | _L | _N)); }
168 #define ispunct(c) ((__ctype + 1)[(int)(c)] & _P)
169 #define isprint(c) ((__ctype + 1)[(int)(c)] & (_P | _U | _L | _N | _B))
170 #define isgraph(c) ((__ctype + 1)[(int)(c)] & (_P | _U | _L | _N))
192 #define ispunct(c) ((_ctype + 1)[(int)(c)] & _P)
193 #define isprint(c) ((_ctype + 1)[(int)(c)] & (_P | _
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_power.c56 #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),
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dtektronix45 cr=^M, cud1=^J, ind=^J, bel=^G, smso=^_P, rmso=^_@,
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c124 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, \
[all...]
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Dtektronix.ti86 cr=^M, cud1=^J, ind=^J, bel=^G, smso=^_P, rmso=^_@,
H A Dtermcap1221 :do=^J:so=^_P:se=^_@:cm=\034%r%+ %+ :nd=\t:le=^H:\

Completed in 187 milliseconds