Searched refs:_sch_ispunct (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | safe-ctype.h | 68 _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 D | safe-ctype.h | 68 _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 D | safe-ctype.h | 68 _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 D | safe-ctype.h | 68 _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 D | safe-ctype.c | 133 #define pn _sch_ispunct
|