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