Lines Matching defs:quotec
442 char linebuf[LINESIZE], quotec;
452 quotec = 0;
454 if (quotec) {
455 if (*cp == quotec) {
456 quotec = 0;
474 quotec = *cp++;
521 int quotec;
588 quotec = 0;
590 quotec = c;
594 if (quotec == 0 && c == '\\') {
602 if (c == quotec) {
606 if (quotec == 0 && any(c, " \t"))
612 if (quotec && c == 0)
613 fprintf(stderr, gettext("Missing %c\n"), quotec);