Searched refs:_sch_isidst (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h74 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator in enum:__anon2982
81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
107 #define ISIDST(c) _sch_test(c, _sch_isidst)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h70 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator in enum:__anon1941
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
103 #define ISIDST(c) _sch_test(c, _sch_isidst)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h70 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator in enum:__anon1026
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
103 #define ISIDST(c) _sch_test(c, _sch_isidst)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A D20141013.C7 _sch_isidst = 0x0200, enumerator in enum:__anon1081
10 _sch_isalnum = _sch_isidst | _sch_isdigit,
H A Dpr58464.C7 _sch_isdigit, _sch_isidst, _sch_isidnum enumerator in enum:__anon1096
99 if (_sch_istable[*cur] & _sch_isidst)
216 if (_sch_istable[*cur] & _sch_isidst) {
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c130 #define is _sch_isidst
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c130 #define is _sch_isidst
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c130 #define is _sch_isidst

Completed in 300 milliseconds