Symbol: _P
usr/src/head/iso/ctype_iso.h
66
#define _ISPUNCT _P
usr/src/lib/libc/port/i18n/_ctype.c
123
_S|_B, _P, _P, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
124
_P, _P, _P, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
126
_N|_X, _N|_X, _P, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
127
_P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
usr/src/lib/libc/port/i18n/_ctype.c
130
_U, _U, _U, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
131
_P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
usr/src/lib/libc/port/i18n/_ctype.c
134
_L, _L, _L, _P, _P, _P, _P, _C,
usr/src/lib/libc/port/i18n/_ctype.c
50
_S|_B, _P, _P, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
51
_P, _P, _P, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
53
_N|_X, _N|_X, _P, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
54
_P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
usr/src/lib/libc/port/i18n/_ctype.c
57
_U, _U, _U, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
58
_P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
usr/src/lib/libc/port/i18n/_ctype.c
61
_L, _L, _L, _P, _P, _P, _P, _C,
usr/src/stand/lib/sa/ctype.c
56
_S|_B, _P, _P, _P, _P, _P, _P, _P,
usr/src/stand/lib/sa/ctype.c
57
_P, _P, _P, _P, _P, _P, _P, _P,
usr/src/stand/lib/sa/ctype.c
59
_N|_X, _N|_X, _P, _P, _P, _P, _P, _P,
usr/src/stand/lib/sa/ctype.c
60
_P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
usr/src/stand/lib/sa/ctype.c
63
_U, _U, _U, _P, _P, _P, _P, _P,
usr/src/stand/lib/sa/ctype.c
64
_P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
usr/src/stand/lib/sa/ctype.c
67
_L, _L, _L, _P, _P, _P, _P, _C,
usr/src/stand/lib/sa/ctype.h
60
#define ispunct(c) ((__ctype + 1)[c] & _P)
usr/src/stand/lib/sa/ctype.h
61
#define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B))
usr/src/stand/lib/sa/ctype.h
62
#define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N))
usr/src/uts/sun4u/io/px/px_err.c
124
JBC_INTERRUPT_STATUS_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
192
UBC_INTERRUPT_STATUS_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
233
IMU_INTERRUPT_STATUS_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
265
MMU_INTERRUPT_STATUS_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
299
ILU_INTERRUPT_STATUS_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
322
TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
333
TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
375
TLU_CORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
399
TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _P, \
usr/src/uts/sun4u/io/px/px_err.c
410
TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _P, \