Searched refs:_sch_ispunct (Results 1 – 2 of 2) sorted by relevance
64 _sch_ispunct = 0x0020, /* all punctuation */ enumerator78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
139 #define pn _sch_ispunct