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