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

12

/openbsd-current/usr.bin/mail/
H A Dlist.c375 char c, *cp, *cp2, quotec; local
395 quotec = '\0';
408 if (quotec != '\0') {
409 if (c == quotec)
410 quotec = '\0';
462 quotec = c;
503 int quotec; local
566 quotec = 0;
568 quotec = c;
572 if (c == quotec) {
[all...]
/openbsd-current/bin/chio/
H A Dparse.y188 lgetc(int quotec)
206 if (quotec) {
212 return (quotec);
277 int quotec, next, c;
292 quotec = c;
294 if ((c = lgetc(quotec)) == EOF)
300 if ((next = lgetc(quotec)) == EOF)
302 if (next == quotec || c == ' ' || c == '\t')
308 } else if (c == quotec) {
/openbsd-current/usr.sbin/ldomctl/
H A Dparse.y422 lgetc(int quotec)
440 if (quotec) {
446 return (quotec);
513 int quotec, next, c;
528 quotec = c;
530 if ((c = lgetc(quotec)) == EOF)
536 if ((next = lgetc(quotec)) == EOF)
538 if (next == quotec || next == ' ' ||
546 } else if (c == quotec) {
/openbsd-current/usr.sbin/ldapd/
H A Dschema.c281 schema_getc(struct schema *schema, int quotec) argument
288 if (quotec) {
347 int quotec, next, c; local
364 quotec = c;
366 if ((c = schema_getc(schema, quotec)) == EOF)
372 if ((next = schema_getc(schema, quotec)) == EOF)
374 if (next == quotec || c == ' ' || c == '\t')
380 } else if (c == quotec) {
H A Dparse.y520 lgetc(int quotec)
524 if (quotec) {
530 return (quotec);
603 int quotec, next, c;
650 quotec = c;
652 if ((c = lgetc(quotec)) == EOF)
658 if ((next = lgetc(quotec)) == EOF)
660 if (next == quotec || next == ' ' ||
668 } else if (c == quotec) {
/openbsd-current/usr.sbin/ripd/
H A Dparse.y465 lgetc(int quotec)
483 if (quotec) {
489 return (quotec);
556 int quotec, next, c;
598 quotec = c;
600 if ((c = lgetc(quotec)) == EOF)
606 if ((next = lgetc(quotec)) == EOF)
608 if (next == quotec || next == ' ' ||
616 } else if (c == quotec) {
/openbsd-current/usr.sbin/dvmrpd/
H A Dparse.y430 lgetc(int quotec)
448 if (quotec) {
454 return (quotec);
521 int quotec, next, c;
563 quotec = c;
565 if ((c = lgetc(quotec)) == EOF)
571 if ((next = lgetc(quotec)) == EOF)
573 if (next == quotec || next == ' ' ||
581 } else if (c == quotec) {
/openbsd-current/usr.sbin/ntpd/
H A Dparse.y570 lgetc(int quotec)
588 if (quotec) {
594 return (quotec);
661 int quotec, next, c;
676 quotec = c;
678 if ((c = lgetc(quotec)) == EOF)
684 if ((next = lgetc(quotec)) == EOF)
686 if (next == quotec || next == ' ' ||
694 } else if (c == quotec) {
/openbsd-current/usr.sbin/iscsictl/
H A Dparse.y428 lgetc(int quotec)
432 if (quotec) {
438 return (quotec);
500 int quotec, next, c;
547 quotec = c;
549 if ((c = lgetc(quotec)) == EOF)
555 if ((next = lgetc(quotec)) == EOF)
557 if (next == quotec || next == ' ' ||
565 } else if (c == quotec) {
/openbsd-current/sbin/unwind/
H A Dparse.y479 lgetc(int quotec)
483 if (quotec) {
489 return (quotec);
562 int quotec, next, c;
609 quotec = c;
611 if ((c = lgetc(quotec)) == EOF)
617 if ((next = lgetc(quotec)) == EOF)
619 if (next == quotec || next == ' ' ||
627 } else if (c == quotec) {
/openbsd-current/usr.sbin/radiusd/
H A Dparse.y471 lgetc(int quotec)
489 if (quotec) {
495 return (quotec);
562 int quotec, next, c;
577 quotec = c;
579 if ((c = lgetc(quotec)) == EOF)
585 if ((next = lgetc(quotec)) == EOF)
587 if (next == quotec || next == ' ' ||
595 } else if (c == quotec) {
/openbsd-current/sbin/dhcpleased/
H A Dparse.y418 lgetc(int quotec)
422 if (quotec) {
428 return (quotec);
501 int quotec, next, c;
548 quotec = c;
550 if ((c = lgetc(quotec)) == EOF)
556 if ((next = lgetc(quotec)) == EOF)
558 if (next == quotec || next == ' ' ||
566 } else if (c == quotec) {
/openbsd-current/sbin/dhcp6leased/
H A Dparse.y291 lgetc(int quotec)
295 if (quotec) {
301 return (quotec);
374 int quotec, next, c;
421 quotec = c;
423 if ((c = lgetc(quotec)) == EOF)
429 if ((next = lgetc(quotec)) == EOF)
431 if (next == quotec || next == ' ' ||
439 } else if (c == quotec) {
H A Dparse_lease.y159 int quotec, next, c;
173 quotec = c;
175 if ((c = lgetc(quotec)) == EOF)
181 if ((next = lgetc(quotec)) == EOF)
183 if (next == quotec || next == ' ' ||
191 } else if (c == quotec) {
/openbsd-current/usr.sbin/ospfd/
H A Dparse.y901 lgetc(int quotec)
905 if (quotec) {
911 return (quotec);
984 int quotec, next, c;
1031 quotec = c;
1033 if ((c = lgetc(quotec)) == EOF)
1039 if ((next = lgetc(quotec)) == EOF)
1041 if (next == quotec || next == ' ' ||
1049 } else if (c == quotec) {
/openbsd-current/usr.sbin/eigrpd/
H A Dparse.y682 lgetc(int quotec)
686 if (quotec) {
692 return (quotec);
765 int quotec, next, c;
812 quotec = c;
814 if ((c = lgetc(quotec)) == EOF)
820 if ((next = lgetc(quotec)) == EOF)
822 if (next == quotec || next == ' ' ||
830 } else if (c == quotec) {
/openbsd-current/usr.sbin/ifstated/
H A Dparse.y424 lgetc(int quotec)
442 if (quotec) {
448 return (quotec);
515 int quotec, next, c;
557 quotec = c;
559 if ((c = lgetc(quotec)) == EOF)
565 if ((next = lgetc(quotec)) == EOF)
567 if (next == quotec || next == ' ' ||
575 } else if (c == quotec) {
/openbsd-current/usr.sbin/lpd/
H A Dparse.y286 lgetc(int quotec)
304 if (quotec) {
310 return (quotec);
375 int quotec, next, c;
417 quotec = c;
419 if ((c = lgetc(quotec)) == EOF)
425 if ((next = lgetc(quotec)) == EOF)
427 if (next == quotec || next == ' ' ||
435 } else if (c == quotec) {
/openbsd-current/usr.sbin/acme-client/
H A Dparse.y516 lgetc(int quotec)
520 if (quotec) {
526 return quotec;
599 int quotec, next, c;
646 quotec = c;
648 if ((c = lgetc(quotec)) == EOF)
654 if ((next = lgetc(quotec)) == EOF)
656 if (next == quotec || next == ' ' ||
664 } else if (c == quotec) {
/openbsd-current/usr.sbin/ospf6d/
H A Dparse.y710 lgetc(int quotec)
714 if (quotec) {
720 return (quotec);
793 int quotec, next, c;
840 quotec = c;
842 if ((c = lgetc(quotec)) == EOF)
848 if ((next = lgetc(quotec)) == EOF)
850 if (next == quotec || next == ' ' ||
858 } else if (c == quotec) {
/openbsd-current/usr.sbin/ypldap/
H A Dparse.y609 lgetc(int quotec)
613 if (quotec) {
619 return (quotec);
692 int quotec, next, c;
739 quotec = c;
741 if ((c = lgetc(quotec)) == EOF)
747 if ((next = lgetc(quotec)) == EOF)
749 if (next == quotec || next == ' ' ||
757 } else if (c == quotec) {
/openbsd-current/usr.sbin/rad/
H A Dparse.y591 lgetc(int quotec)
595 if (quotec) {
601 return (quotec);
674 int quotec, next, c;
721 quotec = c;
723 if ((c = lgetc(quotec)) == EOF)
729 if ((next = lgetc(quotec)) == EOF)
731 if (next == quotec || next == ' ' ||
739 } else if (c == quotec) {
/openbsd-current/usr.sbin/ldpd/
H A Dparse.y996 lgetc(int quotec)
1000 if (quotec) {
1006 return (quotec);
1079 int quotec, next, c;
1126 quotec = c;
1128 if ((c = lgetc(quotec)) == EOF)
1134 if ((next = lgetc(quotec)) == EOF)
1136 if (next == quotec || next == ' ' ||
1144 } else if (c == quotec) {
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y1369 lgetc(int quotec)
1373 if (quotec) {
1379 return (quotec);
1452 int quotec, next, c;
1499 quotec = c;
1501 if ((c = lgetc(quotec)) == EOF)
1507 if ((next = lgetc(quotec)) == EOF)
1509 if (next == quotec || next == ' ' ||
1517 } else if (c == quotec) {
/openbsd-current/usr.sbin/npppd/npppd/
H A Dparse.y1128 lgetc(int quotec)
1146 if (quotec) {
1152 return (quotec);
1219 int quotec, next, c;
1234 quotec = c;
1236 if ((c = lgetc(quotec)) == EOF)
1242 if ((next = lgetc(quotec)) == EOF)
1244 if (next == quotec || next == ' ' ||
1252 } else if (c == quotec) {

Completed in 502 milliseconds

12