Home
last modified time | relevance | path

Searched refs:other_opt (Results 1 – 15 of 15) sorted by relevance

/dports/databases/grass7/grass-7.8.6/general/g.access/
H A Dmain.c30 struct Option *group_opt, *other_opt; in main() local
52 other_opt = G_define_option(); in main()
53 other_opt->key = "other"; in main()
54 other_opt->type = TYPE_STRING; in main()
55 other_opt->required = NO; in main()
56 other_opt->options = "grant,revoke"; in main()
57 other_opt->description = _("Access for others"); in main()
58 other_opt->guisection = _("Settings"); in main()
84 if (other_opt->answer) { in main()
85 if (other_opt->answer[0] == 'g') in main()
/dports/misc/findutils/findutils-4.8.0/tests/xargs/
H A Dconflicting_opts.sh101 for other_opt in --max-lines=2 -l2 --replace='REPL' -I'REPL' -i; do
102 test_xargs $last_opt $other_opt
108 for other_opt in --max-args=2 -n2 --replace='REPL' -I'REPL' -i; do
109 test_xargs $last_opt $other_opt
115 for other_opt in --max-args=2 -n2 -l2 --max-lines=2; do
116 test_xargs $last_opt $other_opt
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DConfig.cpp415 const ConfigOption *other_opt = other.option(opt_key); in apply_only() local
416 if (other_opt == nullptr) { in apply_only()
420 my_opt->set(other_opt); in apply_only()
430 const ConfigOption *other_opt = other.option(opt_key); in diff() local
431 if (this_opt != nullptr && other_opt != nullptr && *this_opt != *other_opt) in diff()
442 const ConfigOption *other_opt = other.option(opt_key); in equal() local
443 if (this_opt != nullptr && other_opt != nullptr && *this_opt == *other_opt) in equal()
H A DPresetBundle.cpp840 const ConfigOption *other_opt = config.option(key); in load_config_file_config() local
841 if (other_opt == nullptr) in load_config_file_config()
843 if (other_opt->is_scalar()) { in load_config_file_config()
845 configs[i].option(key, false)->set(other_opt); in load_config_file_config()
848 … static_cast<ConfigOptionVectorBase*>(configs[i].option(key, false))->set_at(other_opt, 0, i); in load_config_file_config()
H A DPreset.cpp1155 const ConfigOption *other_opt = config_other.option(opt_key); in deep_diff() local
1156 if (this_opt != nullptr && other_opt != nullptr && *this_opt != *other_opt) in deep_diff()
1166 switch (other_opt->type()) { in deep_diff()
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dswlist.cpp52 …ware_info *info, const char *interface, const software_part **part, bool other_opt, result &result) in menu_software_parts() argument
59 m_other_opt = other_opt; in menu_software_parts()
H A Dswlist.h35 …are_info *info, const char *interface, const software_part **part, bool other_opt, result &result);
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dswlist.cpp52 …ware_info *info, const char *interface, const software_part **part, bool other_opt, result &result) in menu_software_parts() argument
59 m_other_opt = other_opt; in menu_software_parts()
H A Dswlist.h35 …are_info *info, const char *interface, const software_part **part, bool other_opt, result &result);
/dports/devel/p5-MouseX-ConfigFromFile/MouseX-ConfigFromFile-0.05/
H A DREADME35 other_opt => 'foo',
H A DREADME.mkdn36 other_opt => 'foo',
/dports/textproc/aspell-ispell/aspell-0.60.8/prog/
H A Daspell.cpp277 PossibleOption other_opt = OPTION("",'\0',0); in main() local
289 other_opt.name = option_name.c_str(); in main()
290 other_opt.num_arg = -1; in main()
291 o = &other_opt; in main()
307 other_opt.name = "mode"; in main()
308 other_opt.num_arg = 1; in main()
309 o = &other_opt; in main()
/dports/textproc/aspell/aspell-0.60.8/prog/
H A Daspell.cpp277 PossibleOption other_opt = OPTION("",'\0',0); in main() local
289 other_opt.name = option_name.c_str(); in main()
290 other_opt.num_arg = -1; in main()
291 o = &other_opt; in main()
307 other_opt.name = "mode"; in main()
308 other_opt.num_arg = 1; in main()
309 o = &other_opt; in main()
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/
H A DTwig.pm8783 my @other_opt;
8787 … else { push @other_opt, $opt; }
8789 @_= @other_opt;
H A DTwig_pm.slow8783 my @other_opt;
8787 … else { push @other_opt, $opt; }
8789 @_= @other_opt;