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

/freebsd-current/usr.bin/mail/
H A Dlist.c377 char c, *cp, *cp2, quotec; local
398 quotec = '\0';
408 if (quotec != '\0') {
409 if (c == quotec)
410 quotec = '\0';
462 quotec = c;
504 int quotec; local
571 quotec = 0;
573 quotec = c;
577 if (c == quotec) {
[all...]
/freebsd-current/usr.sbin/ypldap/
H A Dparse.y422 lgetc(int quotec)
440 if (quotec) {
446 return (quotec);
513 int quotec, next, c;
555 quotec = c;
557 if ((c = lgetc(quotec)) == EOF)
563 if ((next = lgetc(quotec)) == EOF)
565 if (next == quotec || c == ' ' || c == '\t')
572 } else if (c == quotec) {
/freebsd-current/sbin/pfctl/
H A Dparse.y6434 lgetc(int quotec)
6452 if (quotec) {
6457 return (quotec);
6524 int quotec, next, c;
6566 quotec = c;
6568 if ((c = lgetc(quotec)) == EOF)
6574 if ((next = lgetc(quotec)) == EOF)
6576 if (next == quotec || c == ' ' || c == '\t')
6584 } else if (c == quotec) {

Completed in 156 milliseconds