Home
last modified time | relevance | path

Searched refs:option_seen (Results 1 – 18 of 18) sorted by relevance

/dports/devel/py-optik/optik-1.5.3/examples/
H A Drequired_2.py24 parser.option_seen[self] = 1
31 self.option_seen = {}
37 not self.option_seen.has_key(option)):
/dports/security/ykpers/ykpers-1.19.0/
H A Dykpers-args.c266 bool option_seen = false; in args_to_config() local
287 if (option_seen) { in args_to_config()
304 option_seen = true; in args_to_config()
334 if (option_seen) { in args_to_config()
368 …if (slot_chosen || option_seen || update_seen || ndef_seen || *zap || usb_mode_seen || scan_map_se… in args_to_config()
431 …if (swap_seen || update_seen || option_seen || *zap || usb_mode_seen || scan_map_seen || device_in… in args_to_config()
451 …if(slot_chosen || swap_seen || update_seen || option_seen || ndef_seen || *zap || scan_map_seen ||… in args_to_config()
481 …if(slot_chosen || swap_seen || update_seen || option_seen || ndef_seen || *zap || usb_mode_seen ||… in args_to_config()
508 …if(slot_chosen || swap_seen || update_seen || option_seen || ndef_seen || *zap || usb_mode_seen ||… in args_to_config()
720 … if(slot_chosen || swap_seen || update_seen || option_seen || ndef_seen || *zap || usb_mode_seen) { in args_to_config()
/dports/security/silktools/silk-3.19.1/src/rwcat/
H A Drwcat.c327 static int option_seen = 0; in byteOrderParse() local
342 if (option_seen != 0) { in byteOrderParse()
347 option_seen = 1; in byteOrderParse()
362 option_seen = 2; in byteOrderParse()
367 if (option_seen != 2) { in byteOrderParse()
/dports/mail/spmfilter/spmfilter-0.6.7/scripts/
H A Dstm.py20 parser.option_seen[self] = 1
25 self.option_seen = {}
31 not self.option_seen.has_key(option)):
/dports/security/silktools/silk-3.19.1/src/rwfilter/
H A Drwfiltercheck.c550 if (option_seen[opt_index]) { in filterOptionsHandler()
566 option_seen[opt_index] = 1; in filterOptionsHandler()
580 if (option_seen[opt_index]) { in filterOptionsHandler()
596 option_seen[opt_index] = 1; in filterOptionsHandler()
610 if (option_seen[opt_index]) { in filterOptionsHandler()
626 option_seen[opt_index] = 1; in filterOptionsHandler()
637 if (option_seen[opt_index]) { in filterOptionsHandler()
643 option_seen[opt_index] = 1; in filterOptionsHandler()
653 if (option_seen[opt_index]) { in filterOptionsHandler()
658 option_seen[opt_index] = 1; in filterOptionsHandler()
[all …]
/dports/security/silktools/silk-3.19.1/src/rwflowpack/
H A Drwflowappend.c662 static int option_seen = 0; in byteOrderParse() local
678 if (option_seen != 0) { in byteOrderParse()
683 option_seen = 1; in byteOrderParse()
698 option_seen = 2; in byteOrderParse()
703 if (option_seen != 2) { in byteOrderParse()
H A Drwflowpack.c1250 static int option_seen = 0; in byteOrderParse() local
1255 if (option_seen != 0) { in byteOrderParse()
1260 option_seen = 1; in byteOrderParse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Interpreter/
H A DOptions.cpp209 std::map<int, uint32_t> option_seen; in GetLongOptions() local
219 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
220 option_seen[short_opt] = i; in GetLongOptions()
224 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DOptions.cpp208 std::map<int, uint32_t> option_seen; in GetLongOptions() local
218 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
219 option_seen[short_opt] = i; in GetLongOptions()
223 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Interpreter/
H A DOptions.cpp209 std::map<int, uint32_t> option_seen; in GetLongOptions() local
219 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
220 option_seen[short_opt] = i; in GetLongOptions()
224 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Interpreter/
H A DOptions.cpp209 std::map<int, uint32_t> option_seen; in GetLongOptions() local
219 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
220 option_seen[short_opt] = i; in GetLongOptions()
224 option_seen.find(short_opt); in GetLongOptions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp208 std::map<int, uint32_t> option_seen; in GetLongOptions() local
218 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
219 option_seen[short_opt] = i; in GetLongOptions()
223 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Interpreter/
H A DOptions.cpp208 std::map<int, uint32_t> option_seen; in GetLongOptions() local
218 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
219 option_seen[short_opt] = i; in GetLongOptions()
223 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DOptions.cpp208 std::map<int, uint32_t> option_seen; in GetLongOptions() local
218 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
219 option_seen[short_opt] = i; in GetLongOptions()
223 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Interpreter/
H A DOptions.cpp209 std::map<int, uint32_t> option_seen; in GetLongOptions() local
219 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
220 option_seen[short_opt] = i; in GetLongOptions()
224 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp209 std::map<int, uint32_t> option_seen; in GetLongOptions() local
219 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
220 option_seen[short_opt] = i; in GetLongOptions()
224 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DOptions.cpp208 std::map<int, uint32_t> option_seen; in GetLongOptions() local
218 if (option_seen.find(short_opt) == option_seen.end()) { in GetLongOptions()
219 option_seen[short_opt] = i; in GetLongOptions()
223 option_seen.find(short_opt); in GetLongOptions()
/dports/devel/p5-App-Options/App-Options-1.12/lib/App/
H A DOptions.pm999 my (@vars, $show_all, %option_seen);
1017 next if ($option_seen{$var});
1018 $option_seen{$var} = 1;