Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h68 _sch_ispunct = 0x0020, /* all punctuation */ enumerator
82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/openbsd/gnu/gcc/include/
H A Dsafe-ctype.h68 _sch_ispunct = 0x0020, /* all punctuation */ enumerator
82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h68 _sch_ispunct = 0x0020, /* all punctuation */ enumerator
82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/openbsd/gnu/lib/libiberty/include/
H A Dsafe-ctype.h68 _sch_ispunct = 0x0020, /* all punctuation */ enumerator
82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/openbsd/gnu/lib/libiberty/src/
H A Dsafe-ctype.c133 #define pn _sch_ispunct