Home
last modified time | relevance | path

Searched refs:_sch_isidst (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h70 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
103 #define ISIDST(c) _sch_test(c, _sch_isidst)
/toolchain/binutils/binutils-2.25/libiberty/
Dsafe-ctype.c130 #define is _sch_isidst