Home
last modified time | relevance | path

Searched refs:OPTION_DEF (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dshhopt.h194 #ifndef OPTION_DEF
195 #define OPTION_DEF option_def macro
202 OPTION_DEF[OPTION_DEF_INDEX].shortName = (shortvalue); \
203 OPTION_DEF[OPTION_DEF_INDEX].longName = (longvalue); \
204 OPTION_DEF[OPTION_DEF_INDEX].type = (typevalue); \
205 OPTION_DEF[OPTION_DEF_INDEX].arg = (outputvalue); \
206 OPTION_DEF[OPTION_DEF_INDEX].flags = (flagvalue); \
207 OPTION_DEF[++OPTION_DEF_INDEX].type = OPT_END; \
234 OPTION_DEF[OPTION_DEF_INDEX].specified = (specifiedvalue); \
240 OPTION_DEF[OPTION_DEF_INDEX].type = OPT_END; \
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Ddllwrap.c548 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
549 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
586 {"def", required_argument, NULL, OPTION_DEF},
696 case OPTION_DEF: in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Ddllwrap.c551 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1)
552 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
589 {"def", required_argument, NULL, OPTION_DEF},
699 case OPTION_DEF:
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Ddllwrap.c551 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
552 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
589 {"def", required_argument, NULL, OPTION_DEF},
699 case OPTION_DEF: in main()
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Ddllwrap.c544 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
545 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
582 {"def", required_argument, NULL, OPTION_DEF},
694 case OPTION_DEF: in main()
/dports/devel/binutils/binutils-2.37/binutils/
H A Ddllwrap.c553 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
554 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
593 {"def", required_argument, NULL, OPTION_DEF},
706 case OPTION_DEF: in main()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Ddllwrap.c553 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
554 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
593 {"def", required_argument, NULL, OPTION_DEF},
705 case OPTION_DEF: in main()
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Ddllwrap.c553 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
554 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
593 {"def", required_argument, NULL, OPTION_DEF},
706 case OPTION_DEF: in main()
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Ddllwrap.c553 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
554 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
593 {"def", required_argument, NULL, OPTION_DEF},
706 case OPTION_DEF: in main()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Ddllwrap.c553 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
554 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
593 {"def", required_argument, NULL, OPTION_DEF},
705 case OPTION_DEF: in main()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A Ddllwrap.c553 #define OPTION_DEF (OPTION_OUTPUT_LIB + 1) macro
554 #define OPTION_ADD_UNDERSCORE (OPTION_DEF + 1)
593 {"def", required_argument, NULL, OPTION_DEF},
705 case OPTION_DEF: in main()
/dports/net/kea/kea-2.0.1/src/bin/dhcp4/
H A Dparser_context.h265 OPTION_DEF, enumerator
H A Dparser_context.cc178 case OPTION_DEF: in contextName()
H A Ddhcp4_lexer.cc2814 case isc::dhcp::Parser4Context::OPTION_DEF:
3478 case isc::dhcp::Parser4Context::OPTION_DEF:
3547 case isc::dhcp::Parser4Context::OPTION_DEF:
3572 case isc::dhcp::Parser4Context::OPTION_DEF:
3745 case isc::dhcp::Parser4Context::OPTION_DEF:
4104 case isc::dhcp::Parser4Context::OPTION_DEF:
4129 case isc::dhcp::Parser4Context::OPTION_DEF:
4141 case isc::dhcp::Parser4Context::OPTION_DEF:
4153 case isc::dhcp::Parser4Context::OPTION_DEF:
H A Ddhcp4_lexer.ll365 case isc::dhcp::Parser4Context::OPTION_DEF:
882 case isc::dhcp::Parser4Context::OPTION_DEF:
936 case isc::dhcp::Parser4Context::OPTION_DEF:
958 case isc::dhcp::Parser4Context::OPTION_DEF:
1092 case isc::dhcp::Parser4Context::OPTION_DEF:
1368 case isc::dhcp::Parser4Context::OPTION_DEF:
1387 case isc::dhcp::Parser4Context::OPTION_DEF:
1396 case isc::dhcp::Parser4Context::OPTION_DEF:
1405 case isc::dhcp::Parser4Context::OPTION_DEF:
H A Ddhcp4_parser.yy136 OPTION_DEF "option-def"
302 | SUB_OPTION_DEF { ctx.ctx_ = ctx.OPTION_DEF; } sub_option_def
1625 option_def_list: OPTION_DEF {
1630 ctx.enter(ctx.OPTION_DEF);
H A Ddhcp4_parser.cc807 { ctx.ctx_ = ctx.OPTION_DEF; } in parse()
2729 ctx.enter(ctx.OPTION_DEF); in parse()
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/
H A Dparser_context.h265 OPTION_DEF, enumerator
H A Dparser_context.cc175 case OPTION_DEF: in contextName()
H A Ddhcp6_lexer.cc3090 case isc::dhcp::Parser6Context::OPTION_DEF:
3800 case isc::dhcp::Parser6Context::OPTION_DEF:
3943 case isc::dhcp::Parser6Context::OPTION_DEF:
3970 case isc::dhcp::Parser6Context::OPTION_DEF:
4170 case isc::dhcp::Parser6Context::OPTION_DEF:
4555 case isc::dhcp::Parser6Context::OPTION_DEF:
4580 case isc::dhcp::Parser6Context::OPTION_DEF:
4592 case isc::dhcp::Parser6Context::OPTION_DEF:
4604 case isc::dhcp::Parser6Context::OPTION_DEF:
H A Ddhcp6_lexer.ll561 case isc::dhcp::Parser6Context::OPTION_DEF:
1116 case isc::dhcp::Parser6Context::OPTION_DEF:
1226 case isc::dhcp::Parser6Context::OPTION_DEF:
1250 case isc::dhcp::Parser6Context::OPTION_DEF:
1405 case isc::dhcp::Parser6Context::OPTION_DEF:
1700 case isc::dhcp::Parser6Context::OPTION_DEF:
1719 case isc::dhcp::Parser6Context::OPTION_DEF:
1728 case isc::dhcp::Parser6Context::OPTION_DEF:
1737 case isc::dhcp::Parser6Context::OPTION_DEF:
H A Ddhcp6_parser.yy121 OPTION_DEF "option-def"
310 | SUB_OPTION_DEF { ctx.ctx_ = ctx.OPTION_DEF; } sub_option_def
1624 option_def_list: OPTION_DEF {
1629 ctx.enter(ctx.OPTION_DEF);
H A Ddhcp6_parser.cc802 { ctx.ctx_ = ctx.OPTION_DEF; } in parse()
2684 ctx.enter(ctx.OPTION_DEF); in parse()