Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sqlite/
H A Dshell.c230 int nSingle = 0; in output_quoted_string() local
232 if( z[i]=='\'' ) nSingle++; in output_quoted_string()
234 if( nSingle==0 ){ in output_quoted_string()