Searched defs:_P (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h57 #define _P 0x00000010 /* Punctuation */ macro
66 #define _ISPUNCT _P
/illumos-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),
/illumos-gate/usr/src/stand/lib/sa/
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))
/illumos-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)
/illumos-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))

Completed in 46 milliseconds