Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h85 extern const unsigned short _sch_istable[256];
87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
/toolchain/binutils/binutils-2.25/libiberty/
Dsafe-ctype.c159 const unsigned short _sch_istable[256] = variable