Home
last modified time | relevance | path

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

/DragonStub/inc/dragonstub/linux/
H A Dctype.h22 extern const unsigned char _ctype[];
24 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/DragonStub/apps/lib/
H A Dctype.c3 const unsigned char _ctype[] = { variable