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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h74 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator in enum:__anon1426
81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
107 #define ISIDST(c) _sch_test(c, _sch_isidst)
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h74 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator in enum:__anon1667
81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
107 #define ISIDST(c) _sch_test(c, _sch_isidst)
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h74 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator in enum:__anon597
81 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
107 #define ISIDST(c) _sch_test(c, _sch_isidst)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsafe-ctype.c130 #define is _sch_isidst
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsafe-ctype.c130 #define is _sch_isidst

Completed in 124 milliseconds