Lines Matching refs:opt
323 printendpoint(opt, printer, arg) in printendpoint() argument
324 option_t *opt; in printendpoint()
692 #define ADDCIVOID(opt, neg) \ argument
694 PUTCHAR(opt, ucp); \
697 #define ADDCISHORT(opt, neg, val) \ argument
699 PUTCHAR(opt, ucp); \
703 #define ADDCICHAP(opt, neg, val) \ argument
705 PUTCHAR((opt), ucp); \
710 #define ADDCILONG(opt, neg, val) \ argument
712 PUTCHAR(opt, ucp); \
716 #define ADDCILQR(opt, neg, val) \ argument
718 PUTCHAR(opt, ucp); \
723 #define ADDCICHAR(opt, neg, val) \ argument
725 PUTCHAR(opt, ucp); \
729 #define ADDCIENDP(opt, neg, class, val, len) \ argument
732 PUTCHAR(opt, ucp); \
787 #define ACKCIVOID(opt, neg) \ argument
794 citype != opt) \
797 #define ACKCISHORT(opt, neg, val) \ argument
804 citype != opt) \
810 #define ACKCICHAR(opt, neg, val) \ argument
817 citype != opt) \
823 #define ACKCICHAP(opt, neg, val) \ argument
830 citype != (opt)) \
839 #define ACKCILONG(opt, neg, val) \ argument
846 citype != opt) \
852 #define ACKCILQR(opt, neg, val) \ argument
859 citype != opt) \
868 #define ACKCIENDP(opt, neg, class, val, vlen) \ argument
876 citype != opt) \
951 #define NAKCIVOID(opt, neg) \ argument
955 p[0] == opt) { \
961 #define NAKCICHAP(opt, neg, code) \ argument
965 p[0] == opt) { \
973 #define NAKCICHAR(opt, neg, code) \ argument
977 p[0] == opt) { \
984 #define NAKCISHORT(opt, neg, code) \ argument
988 p[0] == opt) { \
995 #define NAKCILONG(opt, neg, code) \ argument
999 p[0] == opt) { \
1006 #define NAKCILQR(opt, neg, code) \ argument
1010 p[0] == opt) { \
1018 #define NAKCIENDP(opt, neg) \ argument
1021 p[0] == opt && \
1339 #define REJCIVOID(opt, neg) \ argument
1343 p[0] == opt) { \
1348 #define REJCISHORT(opt, neg, val) \ argument
1352 p[0] == opt) { \
1361 #define REJCICHAP(opt, neg, val) \ argument
1365 p[0] == opt) { \
1376 #define REJCILONG(opt, neg, val) \ argument
1380 p[0] == opt) { \
1389 #define REJCILQR(opt, neg, val) \ argument
1393 p[0] == opt) { \
1403 #define REJCICBCP(opt, neg, val) \ argument
1407 p[0] == opt) { \
1416 #define REJCIENDP(opt, neg, class, val, vlen) \ argument
1419 p[0] == opt && \