Searched refs:cTerm (Results 1 – 1 of 1) sorted by relevance
23880 int cTerm; /* Character that terminated the most recent field */ member23925 p->cTerm = EOF; in csv_read_one_field()23948 p->cTerm = c; in csv_read_one_field()23957 p->cTerm = c; in csv_read_one_field()23988 p->cTerm = c; in csv_read_one_field()24014 p->cTerm = EOF; in ascii_read_one_field()24024 p->cTerm = c; in ascii_read_one_field()27035 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()27047 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()27168 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()[all …]