Searched refs:_sch_ispunct (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/gcclibs/include/
H A Dsafe-ctype.h68 _sch_ispunct = 0x0020, /* all punctuation */ enumerator in enum:__anon1242
82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/freebsd-10.3-release/contrib/gdb/include/
H A Dsafe-ctype.h68 _sch_ispunct = 0x0020, /* all punctuation */ enumerator in enum:__anon1483
82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/freebsd-10.3-release/contrib/binutils/include/
H A Dsafe-ctype.h68 _sch_ispunct = 0x0020, /* all punctuation */ enumerator in enum:__anon597
82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dsafe-ctype.c133 #define pn _sch_ispunct
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dsafe-ctype.c133 #define pn _sch_ispunct

Completed in 63 milliseconds