Searched refs:quotec (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dlist.c383 char c, *cp, *cp2, quotec; local
404 quotec = '\0';
414 if (quotec != '\0') {
415 if (c == quotec)
416 quotec = '\0';
468 quotec = c;
510 int quotec; local
577 quotec = 0;
579 quotec = c;
583 if (c == quotec) {
[all...]
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dparse.y5399 lgetc(int quotec)
5417 if (quotec) {
5422 return (quotec);
5489 int quotec, next, c;
5531 quotec = c;
5533 if ((c = lgetc(quotec)) == EOF)
5539 if ((next = lgetc(quotec)) == EOF)
5541 if (next == quotec || c == ' ' || c == '\t')
5547 } else if (c == quotec) {

Completed in 67 milliseconds