Home | History | Annotate | Download | only in dist

Lines Matching defs:cSep

1965 **   +  Use p->cSep as the separator.  The default is ",".
1973 int cSep = p->cSeparator;
1993 if( (c==cSep && pc==cQuote)
2017 while( c!=EOF && c!=cSep && c!='\n' ){
2635 char cSep = '(';
2637 cSep, sCsv.z);
2638 cSep = ',';
2641 if( cSep=='(' ){