Searched refs:cTerm (Results 1 – 1 of 1) sorted by relevance
22616 int cTerm; /* Character that terminated the most recent field */ member22661 p->cTerm = EOF; in csv_read_one_field()22684 p->cTerm = c; in csv_read_one_field()22693 p->cTerm = c; in csv_read_one_field()22724 p->cTerm = c; in csv_read_one_field()22750 p->cTerm = EOF; in ascii_read_one_field()22760 p->cTerm = c; in ascii_read_one_field()25698 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()25720 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()25813 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()[all …]