Lines Matching refs:quotec
441 char linebuf[LINESIZE], quotec; in getrawlist() local
451 quotec = 0; in getrawlist()
453 if (quotec) { in getrawlist()
454 if (*cp == quotec) { in getrawlist()
455 quotec = 0; in getrawlist()
473 quotec = *cp++; in getrawlist()
520 int quotec; in scan() local
587 quotec = 0; in scan()
589 quotec = c; in scan()
593 if (quotec == 0 && c == '\\') { in scan()
601 if (c == quotec) { in scan()
605 if (quotec == 0 && any(c, " \t")) in scan()
611 if (quotec && c == 0) in scan()
612 fprintf(stderr, gettext("Missing %c\n"), quotec); in scan()