Lines Matching refs:cColSep
16131 int cColSep; /* The column separator character. (Usually ",") */ member
16170 int cSep = p->cColSep; in csv_read_one_field()
16260 int cSep = p->cColSep; in ascii_read_one_field()
19429 sCtx.cColSep = SEP_Unit[0]; in do_meta_command()
19434 sCtx.cColSep = ','; in do_meta_command()
19492 sCtx.cColSep = p->colSeparator[0]; in do_meta_command()
19520 zSep[0] = sCtx.cColSep; in do_meta_command()
19529 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()
19545 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()
19624 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()
19632 if( sCtx.cTerm==sCtx.cColSep ){ in do_meta_command()
19636 }while( sCtx.cTerm==sCtx.cColSep ); in do_meta_command()