Home | History | Annotate | Download | only in mail

Lines Matching defs:quotec

356 	char quotec;
357 quotec = '\0';
359 if (quotec != '\0') {
360 if (*p == quotec)
361 quotec = '\0';
364 quotec = *p;
395 int quotec;
402 quotec = 0;
404 if (quotec) {
405 if (*cp == quotec)
406 quotec = 0;
408 (cp[1] == quotec || cp[1] == '\\'))
426 quotec = *cp;