Searched refs:cTerm (Results 1 – 1 of 1) sorted by relevance
28496 int cTerm; /* Character that terminated the most recent field */ member28562 p->cTerm = EOF; in csv_read_one_field()28592 p->cTerm = c; in csv_read_one_field()28602 p->cTerm = c; in csv_read_one_field()28635 p->cTerm = c; in csv_read_one_field()28661 p->cTerm = EOF; in ascii_read_one_field()28671 p->cTerm = c; in ascii_read_one_field()31216 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in dotCmdImport()31232 if( sCtx.cTerm!=sCtx.cColSep ) break; in dotCmdImport()31353 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in dotCmdImport()[all …]