Searched refs:cColSep (Results 1 – 2 of 2) sorted by relevance
2151 int cColSep; /* The column separator character. (Usually ",") */ member2183 int cSep = p->cColSep; in csv_read_one_field()2257 int cSep = p->cColSep; in ascii_read_one_field()3042 sCtx.cColSep = p->colSeparator[0]; in do_meta_command()3059 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()3131 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()3139 if( sCtx.cTerm==sCtx.cColSep ){ in do_meta_command()3143 }while( sCtx.cTerm==sCtx.cColSep ); in do_meta_command()
2173 int cColSep; /* The column separator character. (Usually ",") */ member2205 int cSep = p->cColSep; in csv_read_one_field()2279 int cSep = p->cColSep; in ascii_read_one_field()3064 sCtx.cColSep = p->colSeparator[0]; in do_meta_command()3081 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()3153 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()3161 if( sCtx.cTerm==sCtx.cColSep ){ in do_meta_command()3165 }while( sCtx.cTerm==sCtx.cColSep ); in do_meta_command()