Lines Matching refs:quotec
377 char c, *cp, *cp2, quotec; in getrawlist() local
398 quotec = '\0'; in getrawlist()
408 if (quotec != '\0') { in getrawlist()
409 if (c == quotec) in getrawlist()
410 quotec = '\0'; in getrawlist()
462 quotec = c; in getrawlist()
504 int quotec; in scan() local
571 quotec = 0; in scan()
573 quotec = c; in scan()
577 if (c == quotec) { in scan()
581 if (quotec == 0 && (c == ' ' || c == '\t')) in scan()
587 if (quotec && c == '\0') { in scan()
588 fprintf(stderr, "Missing %c\n", quotec); in scan()