Searched refs:_sch_isgraph (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h82 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ enumerator in enum:__anon2982
98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ enumerator in enum:__anon1941
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ enumerator in enum:__anon1026
94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph)

Completed in 45 milliseconds