Searched refs:cTerm (Results 1 – 1 of 1) sorted by relevance
26471 int cTerm; /* Character that terminated the most recent field */ member26516 p->cTerm = EOF; in csv_read_one_field()26539 p->cTerm = c; in csv_read_one_field()26549 p->cTerm = c; in csv_read_one_field()26580 p->cTerm = c; in csv_read_one_field()26606 p->cTerm = EOF; in ascii_read_one_field()26616 p->cTerm = c; in ascii_read_one_field()29755 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()29771 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()29896 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()[all …]