Home
last modified time | relevance | path

Searched refs:_P (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h47 #define _P 0x10 /* punct */ macro
60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
62 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
63 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c185 if (!(P & UNI_##ID##_P)) { \
186 P |= UNI_##ID##_P; \
199 if (!(P & UNI_##ID##_P)) { \
200 P |= UNI_##ID##_P; \