Searched refs:qrfCType (Results 1 – 1 of 1) sorted by relevance
966 static const char qrfCType[] = { variable984 #define qrfSpace(x) ((qrfCType[(unsigned char)x]&1)!=0)985 #define qrfDigit(x) ((qrfCType[(unsigned char)x]&2)!=0)986 #define qrfAlpha(x) ((qrfCType[(unsigned char)x]&4)!=0)987 #define qrfAlnum(x) ((qrfCType[(unsigned char)x]&6)!=0)