Lines Matching refs:cColSep
13275 int cColSep; /* The column separator character. (Usually ",") */ member
13304 int cSep = p->cColSep; in csv_read_one_field()
13394 int cSep = p->cColSep; in ascii_read_one_field()
16398 sCtx.cColSep = SEP_Unit[0]; in do_meta_command()
16403 sCtx.cColSep = ','; in do_meta_command()
16461 sCtx.cColSep = p->colSeparator[0]; in do_meta_command()
16488 zSep[0] = sCtx.cColSep; in do_meta_command()
16497 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()
16514 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()
16595 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()
16603 if( sCtx.cTerm==sCtx.cColSep ){ in do_meta_command()
16607 }while( sCtx.cTerm==sCtx.cColSep ); in do_meta_command()