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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */ enumerator in enum:__anon1426
106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum)
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */ enumerator in enum:__anon1667
106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum)
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */ enumerator in enum:__anon597
106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum)

Completed in 87 milliseconds