Lines Matching defs:cColSep
19888 int cColSep; /* The column separator character. (Usually ",") */
19927 int cSep = p->cColSep;
20017 int cSep = p->cColSep;
22831 sCtx.cColSep = SEP_Unit[0];
22836 sCtx.cColSep = ',';
22890 sCtx.cColSep = p->colSeparator[0];
22915 zSep[0] = sCtx.cColSep;
22930 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){}
22952 if( sCtx.cTerm!=sCtx.cColSep ) break;
23037 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){
23045 if( sCtx.cTerm==sCtx.cColSep ){
23049 }while( sCtx.cTerm==sCtx.cColSep );