Lines Matching refs:cTerm
5483 int cTerm; /* Character that terminated the most recent field */ member
5517 ** + Store the character that terminates the field in p->cTerm. Store
5528 p->cTerm = EOF;
5551 p->cTerm = c;
5561 p->cTerm = c;
5592 p->cTerm = c;
5607 ** + Store the character that terminates the field in p->cTerm. Store
5618 p->cTerm = EOF;
5628 p->cTerm = c;
8526 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){}
8548 if( sCtx.cTerm!=sCtx.cColSep ) break;
8633 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){
8641 if( sCtx.cTerm==sCtx.cColSep ){
8645 }while( sCtx.cTerm==sCtx.cColSep );
8661 }while( sCtx.cTerm!=EOF );