Home | History | Annotate | Download | only in dist

Lines Matching refs:inQuote

346   int inQuote = 0;
371 if( zLine[n]=='"' ) inQuote = !inQuote;
374 if( n>0 && zLine[n-1]=='\n' && (!inQuote || !csvFlag) ){
1820 int inQuote = 0;
1824 if( c=='"' ) inQuote = !inQuote;
1826 if( !inQuote && c==p->separator[0] && strncmp(z,p->separator,nSep)==0 ){