Searched refs:quotechar (Results 1 – 1 of 1) sorted by relevance
190 char quotechar = '\0'; local202 if (quotechar) {203 if (quotechar == '\\' ||204 (*p == quotechar && p[-1] != '\\'))205 quotechar = '\0';212 quotechar = *p;
Completed in 7 milliseconds