Searched refs:cTerm (Results 1 – 1 of 1) sorted by relevance
28458 int cTerm; /* Character that terminated the most recent field */ member28524 p->cTerm = EOF; in csv_read_one_field()28554 p->cTerm = c; in csv_read_one_field()28564 p->cTerm = c; in csv_read_one_field()28597 p->cTerm = c; in csv_read_one_field()28623 p->cTerm = EOF; in ascii_read_one_field()28633 p->cTerm = c; in ascii_read_one_field()31153 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in dotCmdImport()31169 if( sCtx.cTerm!=sCtx.cColSep ) break; in dotCmdImport()31290 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in dotCmdImport()[all …]