Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c985 #define qrfDigit(x) ((qrfCType[(unsigned char)x]&2)!=0) macro
1702 if( !qrfDigit(z[i]) ) return 1; in qrfRelaxable()
1704 while( qrfDigit(z[i]) ){ i++; } in qrfRelaxable()
1708 while( qrfDigit(z[i]) ){ i++; } in qrfRelaxable()
1714 if( !qrfDigit(z[i]) ) return 1; in qrfRelaxable()
1716 while( qrfDigit(z[i]) ){ i++; } in qrfRelaxable()