Home
last modified time | relevance | path

Searched refs:Switch (Results 1 – 25 of 8107) sorted by relevance

12345678910>>...325

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/docopt-1.1.0/src/test/
H A Dtestcases.rs170 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
176 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
213 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
218 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
228 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
258 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
273 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
278 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
288 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
293 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/docopt-1.1.1/src/test/
H A Dtestcases.rs170 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
176 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
213 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
218 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
228 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
258 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
273 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
278 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
288 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
293 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/docopt-1.1.0/src/test/
H A Dtestcases.rs170 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
176 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
213 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
218 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
228 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
258 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
273 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
278 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
288 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
293 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
[all …]
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/docopt-1.0.0/src/test/
H A Dtestcases.rs170 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
176 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
213 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
218 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
228 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
258 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
273 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
278 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
288 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
293 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/docopt-1.1.0/src/test/
H A Dtestcases.rs170 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
176 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
213 -b", &["-a", "-b"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
218 -b", &["-b", "-a"], vec!(("-a", Switch(true)), ("-b", Switch(true))));
228 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
258 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
273 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
278 -b", &["-b"], vec!(("-a", Switch(false)), ("-b", Switch(true))));
288 -b", &[], vec!(("-a", Switch(false)), ("-b", Switch(false))));
293 -b", &["-a"], vec!(("-a", Switch(true)), ("-b", Switch(false))));
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dcmddata.cpp294 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
323 if (Switch[2]==0) in ProcessSwitch()
338 if (Switch[2]==0) in ProcessSwitch()
384 if (Switch[1]==0) in ProcessSwitch()
397 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
432 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
599 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
665 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
829 bool CommonMode=Switch[2]>='0' && Switch[2]<='4'; in ProcessSwitch()
836 if (CommonMode || Switch[2]=='-' || Switch[2]=='+' || Switch[2]==0) in ProcessSwitch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Dcmddata.cpp294 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
323 if (Switch[2]==0) in ProcessSwitch()
338 if (Switch[2]==0) in ProcessSwitch()
384 if (Switch[1]==0) in ProcessSwitch()
397 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
432 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
599 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
665 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
829 bool CommonMode=Switch[2]>='0' && Switch[2]<='4'; in ProcessSwitch()
836 if (CommonMode || Switch[2]=='-' || Switch[2]=='+' || Switch[2]==0) in ProcessSwitch()
[all …]
/dports/archivers/unrar-iconv/unrar/
H A Dcmddata.cpp325 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
357 if (Switch[2]==0) in ProcessSwitch()
372 if (Switch[2]==0) in ProcessSwitch()
418 if (Switch[1]==0) in ProcessSwitch()
431 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
448 wcsncpyz(LogName,Switch[4]!=0 ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
466 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
635 if (Switch[1]!=0) in ProcessSwitch()
638 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
696 if (Switch[1]==0) in ProcessSwitch()
[all …]
/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprclean-main.adb271 if Switch'Length = 1 then
275 case Switch (2) is
345 (Switch
407 Switch (RTS_Option'Length + 1 .. Switch'Last);
431 Switch'Last
453 Switch (RTS_Start .. Switch'Last);
481 (Switch (Subdirs_Option'Length + 1 .. Switch'Last));
514 (Switch
540 Switch (4 .. Switch'Last));
603 Prj : constant String := Switch (3 .. Switch'Last);
[all …]
/dports/archivers/unrar/unrar/
H A Dcmddata.cpp297 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
329 if (Switch[2]==0) in ProcessSwitch()
344 if (Switch[2]==0) in ProcessSwitch()
390 if (Switch[1]==0) in ProcessSwitch()
403 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
420 wcsncpyz(LogName,Switch[4]!=0 ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
438 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
607 if (Switch[1]!=0) in ProcessSwitch()
610 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
668 if (Switch[1]==0) in ProcessSwitch()
[all …]
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dcmddata.cpp297 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
329 if (Switch[2]==0) in ProcessSwitch()
344 if (Switch[2]==0) in ProcessSwitch()
390 if (Switch[1]==0) in ProcessSwitch()
403 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
420 wcsncpyz(LogName,Switch[4]!=0 ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
438 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
607 if (Switch[1]!=0) in ProcessSwitch()
610 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
668 if (Switch[1]==0) in ProcessSwitch()
[all …]
/dports/archivers/libunrar6/unrar/
H A Dcmddata.cpp297 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
329 if (Switch[2]==0) in ProcessSwitch()
344 if (Switch[2]==0) in ProcessSwitch()
390 if (Switch[1]==0) in ProcessSwitch()
403 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
420 wcsncpyz(LogName,Switch[4]!=0 ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
438 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
607 if (Switch[1]!=0) in ProcessSwitch()
610 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
668 if (Switch[1]==0) in ProcessSwitch()
[all …]
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dcmddata.cpp297 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
329 if (Switch[2]==0) in ProcessSwitch()
344 if (Switch[2]==0) in ProcessSwitch()
390 if (Switch[1]==0) in ProcessSwitch()
403 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
420 wcsncpyz(LogName,Switch[4]!=0 ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
438 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
607 if (Switch[1]!=0) in ProcessSwitch()
610 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
668 if (Switch[1]==0) in ProcessSwitch()
[all …]
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dcmddata.cpp297 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
329 if (Switch[2]==0) in ProcessSwitch()
344 if (Switch[2]==0) in ProcessSwitch()
390 if (Switch[1]==0) in ProcessSwitch()
403 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
420 wcsncpyz(LogName,Switch[4]!=0 ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
438 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
607 if (Switch[1]!=0) in ProcessSwitch()
610 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
668 if (Switch[1]==0) in ProcessSwitch()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dcmddata.cpp295 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
327 if (Switch[2]==0) in ProcessSwitch()
342 if (Switch[2]==0) in ProcessSwitch()
388 if (Switch[1]==0) in ProcessSwitch()
401 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
418 wcsncpyz(LogName,Switch[4]!=0 ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
436 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
600 if (Switch[1]!=0) in ProcessSwitch()
603 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
661 if (Switch[1]==0) in ProcessSwitch()
[all …]
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/rar/
H A Dcmddata.cpp263 Switch++; in PreprocessSwitch()
342 strncpyz(LogName,Switch[4] ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
357 strncpyz(EmailTo,Switch[4] ? Switch+4:"@",ASIZE(EmailTo)); in ProcessSwitch()
416 bool CommonMode=Switch[2]>='0' && Switch[2]<='4'; in ProcessSwitch()
421 if (CommonMode || Switch[2]=='-' || Switch[2]=='+' || Switch[2]==0) in ProcessSwitch()
425 if (Switch[3]>='0' && Switch[3]<='4') in ProcessSwitch()
469 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
500 if (Switch[2]==0) in ProcessSwitch()
583 if (Switch[1]!=0) in ProcessSwitch()
586 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
[all …]
/dports/archivers/libunrar/unrar/
H A Dcmddata.cpp238 strncpyz(LogName,Switch[4] ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
253 strncpyz(EmailTo,Switch[4] ? Switch+4:"@",ASIZE(EmailTo)); in ProcessSwitch()
312 bool CommonMode=Switch[2]>='0' && Switch[2]<='4'; in ProcessSwitch()
317 if (CommonMode || Switch[2]=='-' || Switch[2]=='+' || Switch[2]==0) in ProcessSwitch()
321 if (Switch[3]>='0' && Switch[3]<='4') in ProcessSwitch()
364 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
394 if (Switch[2]==0) in ProcessSwitch()
477 if (Switch[1]!=0) in ProcessSwitch()
480 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
690 switch (Switch[strlen(Switch)-1]) in ProcessSwitch()
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/libgxwmm/gxwmm-generated/
H A Dswitch.cc30 Gxw::Switch::Switch(const Glib::ustring& base_name): in Switch() function in Gxw::Switch
98 Switch::Switch(const Glib::ConstructParams& construct_params) in Switch() function in Gxw::Switch
104 Switch::Switch(GxSwitch* castitem) in Switch() function in Gxw::Switch
111 Switch::Switch(Switch&& src) noexcept in Switch() function in Gxw::Switch
116 Switch& Switch::operator=(Switch&& src) noexcept in operator =()
123 Switch::~Switch() noexcept in ~Switch()
128 Switch::CppClassType Switch::switch_class_; // initialize static member
130 GType Switch::get_type() in get_type()
136 GType Switch::get_base_type() in get_base_type()
142 Switch::Switch() in Switch() function in Gxw::Switch
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dcmddata.cpp301 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
330 if (Switch[2]==0) in ProcessSwitch()
345 if (Switch[2]==0) in ProcessSwitch()
391 if (Switch[1]==0) in ProcessSwitch()
404 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
436 wcsncpyz(EmailTo,Switch[4]!=0 ? Switch+4:L"@",ASIZE(EmailTo)); in ProcessSwitch()
576 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
648 cleandata((void *)Switch,wcslen(Switch)*sizeof(Switch[0])); in ProcessSwitch()
803 bool CommonMode=Switch[2]>='0' && Switch[2]<='4'; in ProcessSwitch()
808 if (CommonMode || Switch[2]=='-' || Switch[2]=='+' || Switch[2]==0) in ProcessSwitch()
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dswitch.cc200 Switch::Switch(const Glib::ConstructParams& construct_params) in Switch() function in Gtk::Switch
206 Switch::Switch(GtkSwitch* castitem) in Switch() function in Gtk::Switch
213 Switch::Switch(Switch&& src) noexcept in Switch() function in Gtk::Switch
218 Switch& Switch::operator=(Switch&& src) noexcept in operator =()
225 Switch::~Switch() noexcept in ~Switch()
230 Switch::CppClassType Switch::switch_class_; // initialize static member
232 GType Switch::get_type() in get_type()
238 GType Switch::get_base_type() in get_base_type()
244 Switch::Switch() in Switch() function in Gtk::Switch
259 bool Switch::get_active() const in get_active()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dcmddata.cpp268 Switch++; in PreprocessSwitch()
348 strncpyz(LogName,Switch[4] ? Switch+4:DefLogName,ASIZE(LogName)); in ProcessSwitch()
363 strncpyz(EmailTo,Switch[4] ? Switch+4:"@",ASIZE(EmailTo)); in ProcessSwitch()
422 bool CommonMode=Switch[2]>='0' && Switch[2]<='4'; in ProcessSwitch()
427 if (CommonMode || Switch[2]=='-' || Switch[2]=='+' || Switch[2]==0) in ProcessSwitch()
431 if (Switch[3]>='0' && Switch[3]<='4') in ProcessSwitch()
475 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
506 if (Switch[2]==0) in ProcessSwitch()
589 if (Switch[1]!=0) in ProcessSwitch()
592 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
[all …]
/dports/graphics/comical/comical-0.8/unrar/
H A Dcmddata.cpp205 strncpy(LogName,Switch[4] ? Switch+4:DefLogName,sizeof(LogName)); in ProcessSwitch()
220 strncpy(EmailTo,Switch[4] ? Switch+4:"@",sizeof(EmailTo)); in ProcessSwitch()
279 bool CommonMode=Switch[2]>='0' && Switch[2]<='4'; in ProcessSwitch()
284 if (CommonMode || Switch[2]=='-' || Switch[2]=='+' || Switch[2]==0) in ProcessSwitch()
288 if (Switch[3]>='0' && Switch[3]<='4') in ProcessSwitch()
331 if (Switch[2]=='-' && Switch[3]==0) in ProcessSwitch()
353 if (Switch[2]==0) in ProcessSwitch()
428 if (Switch[1]!=0) in ProcessSwitch()
431 if (Switch[1]=='@' && !IsWildcard(Switch)) in ProcessSwitch()
622 switch (Switch[strlen(Switch)-1]) in ProcessSwitch()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/distribution/platform-specific/windows/Insert Menu/
H A DImages.ini23 Declare=Switch=51
28 Declare=Switch=52
33 Declare=Switch=53
38 Declare=Switch=54
43 Declare=Switch=55
48 Declare=Switch=56
53 Declare=Switch=57
58 Declare=Switch=58
63 Declare=Switch=59
68 Declare=Switch=60
[all …]
/dports/devel/upp/upp/uppsrc/CtrlLib/src.tpp/
H A DSwitch_en-us.tpp1 topic "Switch";
39 [s5;:Switch`:`:Switch`(`): [* Switch]()&]
43 [s5;:Switch`:`:`~Switch`(`): [@(0.0.255) `~][* Switch]()&]
49 [s5;:Upp`:`:Switch`:`:SetLabel`(int`,const char`*`,int`): [_^Upp`:`:Switch^ Switch][@(0.0.255) `&
62 [s5;:Switch`:`:SetLabel`(const char`*`): [_^Switch^ Switch][@(0.0.255) `&]_[* SetLabel]([@(0.0.255)…
98 [s5;:Switch`:`:Set`(int`,const Value`&`): [_^Switch^ Switch][@(0.0.255) `&]_[* Set]([@(0.0.255) i
112 [s5;:Upp`:`:Switch`:`:Add`(const char`*`,int`): [_^Upp`:`:Switch^ Switch][@(0.0.255) `&]_
168 [s5;:Switch`:`:SetFont`(Font`): [_^Switch^ Switch][@(0.0.255) `&]_[* SetFont]([_^Font^ Font]_
187 [s5;:Switch`:`:SetAutoDirection`(`): [_^Switch^ Switch][@(0.0.255) `&]_[* SetAutoDirection](
194 [s5;:Switch`:`:SetHorizontal`(`): [_^Switch^ Switch][@(0.0.255) `&]_[* SetHorizontal]()&]
[all …]
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Ditemlist-dialog.h48 Gtk::Switch *add1str_switch;
49 Gtk::Switch *add2str_switch;
50 Gtk::Switch *add3str_switch;
51 Gtk::Switch *add1stack_switch;
52 Gtk::Switch *add2stack_switch;
53 Gtk::Switch *add3stack_switch;
54 Gtk::Switch *flystack_switch;
60 Gtk::Switch *steals_gold_switch;
61 Gtk::Switch *sinks_ships_switch;
62 Gtk::Switch *pickup_bags_switch;
[all …]

12345678910>>...325