Searched refs:cSep (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c22647 ** + Use p->cSep as the column separator. The default is ",".
22656 int cSep = (u8)p->cColSep; local
22678 if( (c==cSep && pc==cQuote)
22716 while( c!=EOF && c!=cSep && c!=rSep ){
22736 ** + Use p->cSep as the column separator. The default is "\x1F".
22745 int cSep = (u8)p->cColSep; local
22753 while( c!=EOF && c!=cSep && c!=rSep ){
H A Dsqlite3.c32436 char cSep = '('; local
140422 char cSep = '('; local
213211 char cSep = '\\''; local
[all...]

Completed in 773 milliseconds