Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c966 static const char qrfCType[] = { variable
984 #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)