Searched refs:bNotFirst (Results 1 – 2 of 2) sorted by relevance
80 int bNotFirst; /* True if prior text has been seen */ member95 p->bNotFirst = 0; in csv_reader_init()260 if( (c&0xff)==0xef && p->bNotFirst==0 ){ in csv_read_one_field()267 p->bNotFirst = 1; in csv_read_one_field()285 p->bNotFirst = 1; in csv_read_one_field()
5482 int bNotFirst; /* True if one or more bytes already read */ member5571 if( (c&0xff)==0xef && p->bNotFirst==0 ){5578 p->bNotFirst = 1;5595 p->bNotFirst = 1;