Home
last modified time | relevance | path

Searched refs:opts_get (Results 1 – 4 of 4) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/bin/efl_mono_msbuild_gen/
H A Dmain.cc101 opts_get(int argc, char **argv) in opts_get() function
268 efl_mono_msbuild_gen::options_type opts = efl_mono_msbuild_gen::opts_get(argc, argv); in main()
/dports/devel/efl/efl-1.25.1/src/bin/eolian_mono/
H A Deolian_mono.cc342 opts_get(int argc, char **argv) in opts_get() function
448 eolian_mono::options_type opts = opts_get(argc, argv); in main()
/dports/devel/efl/efl-1.25.1/src/bin/eolian_cxx/
H A Deolian_cxx.cc471 opts_get(int argc, char **argv) in opts_get() function
534 eolian_cxx::options_type opts = opts_get(argc, argv); in main()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/zconvo.lv2/src/
H A Dlv2.cc750 opts_get (LV2_Handle instance, LV2_Options_Option* options) in opts_get() function
781 static const LV2_Options_Interface opts = {opts_get, opts_set}; in extension_data()