Searched refs:_sch_isidnum (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */ enumerator in enum:__anon2982
106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum)
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */ enumerator in enum:__anon1941
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */ enumerator in enum:__anon1026
102 #define ISIDNUM(c) _sch_test(c, _sch_isidnum)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58464.C7 _sch_isdigit, _sch_isidst, _sch_isidnum enumerator in enum:__anon1096
172 while (_sch_istable[*cur] & _sch_isidnum)
220 while (_sch_istable[*cur] & _sch_isidnum)

Completed in 47 milliseconds