Home
last modified time | relevance | path

Searched refs:OPTION_ENABLED (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/lambdamoo/MOO-1.8.1/pgperf/
H A Dkeylist.c581 if (OPTION_ENABLED (option, POINTER) || OPTION_ENABLED (option, DUP)) in print_switch()
642 if (OPTION_ENABLED (option, LENTABLE) && !OPTION_ENABLED (option, DUP)) in print_switch()
648 printf (OPTION_ENABLED (option, LENTABLE) && !OPTION_ENABLED (option, DUP) in print_switch()
692 if (!OPTION_ENABLED (option, DUP) && !OPTION_ENABLED (option, SWITCH)) in print_keylength_table()
793 if (OPTION_ENABLED (option, GNU))
897OPTION_ENABLED (option, TYPE) && OPTION_ENABLED (option, POINTER) ? "&wordlist[key]" : "s"); in print_lookup_function()
949 if (OPTION_ENABLED (option, TYPE) && !OPTION_ENABLED (option, NOTYPE)) in print_output()
960 if (OPTION_ENABLED (option, LENTABLE) && OPTION_ENABLED (option, DUP)) in print_output()
962 if (OPTION_ENABLED (option, POINTER) && OPTION_ENABLED (option, TYPE)) in print_output()
987 if (OPTION_ENABLED (option, LENTABLE) && OPTION_ENABLED (option, DUP)) in print_output()
[all …]
H A Doptions.c88 if (OPTION_ENABLED (option, DEBUG)) in options_destroy()
101 OPTION_ENABLED (option, ORDER) ? "enabled" : "disabled", in options_destroy()
102 OPTION_ENABLED (option, ANSI) ? "enabled" : "disabled", in options_destroy()
103 OPTION_ENABLED (option, TYPE) ? "enabled" : "disabled", in options_destroy()
104 OPTION_ENABLED (option, GNU) ? "enabled" : "disabled", in options_destroy()
111 OPTION_ENABLED (option, DUP) ? "enabled" : "disabled", in options_destroy()
112 OPTION_ENABLED (option, COMP) ? "enabled" : "disabled", in options_destroy()
113 OPTION_ENABLED (option, FAST) ? "enabled" : "disabled", in options_destroy()
116 OPTION_ENABLED (option, CONST) ? "enabled" : "disabled", in options_destroy()
123 if (OPTION_ENABLED (option, ALLCHARS)) in options_destroy()
[all …]
H A Dperfect.c59 if (OPTION_ENABLED (option, ORDER)) in perfect_init()
66 if (OPTION_ENABLED (option, RANDOM)) in perfect_init()
92 if (OPTION_ENABLED (option, NOCASE)) in perfect_init()
95 if (OPTION_ENABLED (option, DEBUG)) in perfect_init()
171 int sum = OPTION_ENABLED (option, NOLENGTH) ? 0 : key_node->length;
192 int i = !OPTION_ENABLED (option, FAST) ? GET_ASSO_MAX (option) :
238 if (OPTION_ENABLED (option, DEBUG)) /* Very useful for debugging. */
253 if (OPTION_ENABLED (option, DEBUG))
267 if (OPTION_ENABLED (option, DEBUG))
312 if (OPTION_ENABLED (option, DUP)) /* We'll try to deal with this later..... */ in perfect_generate()
[all …]
H A Dboolarray.c34 if (OPTION_ENABLED (option, DEBUG)) in bool_array_destroy()
49 if (OPTION_ENABLED (option, DEBUG))
77 if (OPTION_ENABLED (option, DEBUG)) in bool_array_reset()
84 if (OPTION_ENABLED (option, DEBUG)) in bool_array_reset()
H A Dlistnode.c68 int char_set_size = OPTION_ENABLED (option, ALLCHARS) ? len : GET_CHARSET_SIZE (option) + 1;
73 if (OPTION_ENABLED (option, NOCASE)) /* Downcase the key */
81 temp->rest = OPTION_ENABLED (option, TYPE) ? k + len + 1 : "";
84 if (OPTION_ENABLED (option, ALLCHARS)) /* Use all the character position in the KEY. */
H A Dhashtable.c81 if (OPTION_ENABLED (option, DEBUG)) in hash_table_destroy()
H A Doptions.h77 #define OPTION_ENABLED(OW,O) (OW.option_word & (int)O) macro
/dports/mail/renattach/renattach-1.2.4/src/
H A Drenattach.h10 #define OPTION_ENABLED 2 macro
82 #define DEF_DELETE_EXE OPTION_ENABLED
86 #define DEF_FULL_RENAME OPTION_ENABLED
H A Drenattach.c320 if ((configuration.delete_exe == OPTION_ENABLED) || (configuration.kill_exe == OPTION_ENABLED)) in filter_pass()
343 if ((configuration.delete_exe==OPTION_ENABLED) || (configuration.kill_exe==OPTION_ENABLED)) in filter_pass()
374 if ((configuration.delete_exe==OPTION_ENABLED) || (configuration.kill_exe==OPTION_ENABLED)) in filter_pass()
409 if ((configuration.pass_contentid == OPTION_ENABLED) && *m_attachment.content_id) in filter_pass()
424 if (configuration.kill_exe == OPTION_ENABLED) in filter_pass()
439 if (configuration.kill_exe == OPTION_ENABLED) in filter_pass()
456 if (configuration.search_zip == OPTION_ENABLED) in filter_pass()
834 if (configuration.full_rename == OPTION_ENABLED) in filter_decision()
1363 if (configuration.use_syslog == OPTION_ENABLED) in taking_action()
1391 if (configuration.use_syslog == OPTION_ENABLED) in not_taking_action()
H A Dsettings.c108 state = OPTION_ENABLED; in parse_conf()
298 else if (state == OPTION_ENABLED) in opt2str()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dparam.c17 #define OPTION_ENABLED 1 macro
175 case OPTION_ENABLED: in e1000_validate_option()
469 .def = OPTION_ENABLED in e1000e_check_options()
476 if (crc_stripping == OPTION_ENABLED) { in e1000e_check_options()
491 .def = OPTION_ENABLED in e1000e_check_options()
512 .def = OPTION_ENABLED in e1000e_check_options()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dparam.c17 #define OPTION_ENABLED 1 macro
175 case OPTION_ENABLED: in e1000_validate_option()
469 .def = OPTION_ENABLED in e1000e_check_options()
476 if (crc_stripping == OPTION_ENABLED) { in e1000e_check_options()
491 .def = OPTION_ENABLED in e1000e_check_options()
512 .def = OPTION_ENABLED in e1000e_check_options()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/e1000e/
H A Dparam.c17 #define OPTION_ENABLED 1 macro
175 case OPTION_ENABLED: in e1000_validate_option()
469 .def = OPTION_ENABLED in e1000e_check_options()
476 if (crc_stripping == OPTION_ENABLED) { in e1000e_check_options()
491 .def = OPTION_ENABLED in e1000e_check_options()
512 .def = OPTION_ENABLED in e1000e_check_options()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c16 #define OPTION_ENABLED 1 macro
144 #define XSUMRX_DEFAULT OPTION_ENABLED
188 case OPTION_ENABLED: in ixgb_validate_option()
287 .def = OPTION_ENABLED in ixgb_check_options()
433 .def = OPTION_ENABLED in ixgb_check_options()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c16 #define OPTION_ENABLED 1 macro
144 #define XSUMRX_DEFAULT OPTION_ENABLED
188 case OPTION_ENABLED: in ixgb_validate_option()
287 .def = OPTION_ENABLED in ixgb_check_options()
433 .def = OPTION_ENABLED in ixgb_check_options()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c16 #define OPTION_ENABLED 1 macro
144 #define XSUMRX_DEFAULT OPTION_ENABLED
188 case OPTION_ENABLED: in ixgb_validate_option()
287 .def = OPTION_ENABLED in ixgb_check_options()
433 .def = OPTION_ENABLED in ixgb_check_options()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c21 #define OPTION_ENABLED 1 macro
117 case OPTION_ENABLED: in atl1e_validate_option()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c21 #define OPTION_ENABLED 1 macro
117 case OPTION_ENABLED: in atl1e_validate_option()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c21 #define OPTION_ENABLED 1 macro
117 case OPTION_ENABLED: in atl1e_validate_option()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/e1000/
H A De1000_param.c14 #define OPTION_ENABLED 1 macro
195 case OPTION_ENABLED: in e1000_validate_option()
317 .def = OPTION_ENABLED in e1000_check_options()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/e1000/
H A De1000_param.c14 #define OPTION_ENABLED 1 macro
195 case OPTION_ENABLED: in e1000_validate_option()
317 .def = OPTION_ENABLED in e1000_check_options()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/e1000/
H A De1000_param.c14 #define OPTION_ENABLED 1 macro
195 case OPTION_ENABLED: in e1000_validate_option()
317 .def = OPTION_ENABLED in e1000_check_options()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c14 #define OPTION_ENABLED 1 macro
227 case OPTION_ENABLED: in pch_gbe_validate_option()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/cmake/
H A DCreateCeresConfig.cmake86 list(FIND CURRENT_CERES_COMPILE_OPTIONS ${CERES_OPTION} OPTION_ENABLED)
91 if (OPTION_ENABLED GREATER -1)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c14 #define OPTION_ENABLED 1 macro
227 case OPTION_ENABLED: in pch_gbe_validate_option()

12