Lines Matching refs:cTerm
19887 int cTerm; /* Character that terminated the most recent field */
19921 ** + Store the character that terminates the field in p->cTerm. Store
19932 p->cTerm = EOF;
19955 p->cTerm = c;
19965 p->cTerm = c;
19996 p->cTerm = c;
20011 ** + Store the character that terminates the field in p->cTerm. Store
20022 p->cTerm = EOF;
20032 p->cTerm = c;
22930 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){}
22952 if( sCtx.cTerm!=sCtx.cColSep ) break;
23037 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){
23045 if( sCtx.cTerm==sCtx.cColSep ){
23049 }while( sCtx.cTerm==sCtx.cColSep );
23065 }while( sCtx.cTerm!=EOF );