Home | History | Annotate | Download | only in orig

Lines Matching refs:inQuote

341   int inQuote = 0;
366 if( zLine[n]=='"' ) inQuote = !inQuote;
369 if( n>0 && zLine[n-1]=='\n' && (!inQuote || !csvFlag) ){
1801 int inQuote = 0;
1805 if( c=='"' ) inQuote = !inQuote;
1807 if( !inQuote && c==p->separator[0] && strncmp(z,p->separator,nSep)==0 ){