Searched refs:_P (Results 1 – 1 of 1) sorted by relevance
16 #define _P 0x10 /* punct */ macro28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)31 #define ispunct(c) ((__ismask(c)&(_P)) != 0)