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

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h68 _sch_ispunct = 0x0020, /* all punctuation */ enumerator in enum:__anon2982
82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h64 _sch_ispunct = 0x0020, /* all punctuation */ enumerator in enum:__anon1941
78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h64 _sch_ispunct = 0x0020, /* all punctuation */ enumerator in enum:__anon1026
78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c133 #define pn _sch_ispunct
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c133 #define pn _sch_ispunct
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c133 #define pn _sch_ispunct
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A D20141013.C5 _sch_ispunct = 0x0020, enumerator in enum:__anon1081

Completed in 57 milliseconds