Lines Matching defs:quotec
97 char c, *cp2, quotec;
114 quotec = '\0';
117 if (quotec != '\0') {
118 if (c == quotec)
119 quotec = '\0';
120 else if (quotec != '\'' && c == '\\')
171 quotec = c;
323 int quotec;
384 quotec = 0;
386 if (c == quotec) {
387 quotec = 0;
391 if (quotec) {
392 if (c == '\\' && (*cp == quotec || *cp == '\\'))
399 quotec = c;
414 if (quotec && c == 0) {
415 (void)fprintf(stderr, "Missing %c\n", quotec);