Home
last modified time | relevance | path

Searched refs:option_entry (Results 1 – 24 of 24) sorted by path

/dports/astro/sunclock/sunclock-3.57/
H A Dsunclock.c335 TextEntry option_entry; variable
580 option_entry.string = NULL; in initValues()
4931 processStringEntry(keysym, &option_entry);
4964 option_entry.oldcaret = 0;
4965 option_entry.oldlength = strlen(option_entry.string);
4966 option_entry.oldchar = *option_entry.string;
4967 *option_entry.string = '\0';
4968 option_entry.caret = 0;
5871 resetStringLength(w, &option_entry);
H A Dwidgets.c47 extern TextEntry option_entry, urban_entry[5];
2054 option_entry.string, strlen(option_entry.string));
2056 showCaret(OptionCaller, Option, &option_entry, 76, vskip, 1);
2106 resetStringLength(w, &option_entry);
2158 i = parseCmdLine(option_entry.string); in activateOption()
2237 i = strlen(option_entry.string);
2240 option_entry.caret = but_pos;
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour2_ui_dark_sae.rc.in486 style "option_entry" = "default_base"
1262 widget "*OptionsEntry" style:highest "option_entry"
1435 widget "*MixerTrackCommentArea" style:highest "option_entry"
1547 widget "*LocationEditNameEntry" style:highest "option_entry"
H A Dardour2_ui_light_sae.rc.in489 style "option_entry" = "default_base"
1271 widget "*OptionsEntry" style:highest "option_entry"
1453 widget "*MixerTrackCommentArea" style:highest "option_entry"
1565 widget "*LocationEditNameEntry" style:highest "option_entry"
H A Dclearlooks.rc.in577 style "option_entry" = "default"
1098 widget "*OptionsEntry" style:highest "option_entry"
1195 widget "*MixerTrackCommentArea" style:highest "option_entry"
1234 widget "*LocationEditNameEntry" style:highest "option_entry"
/dports/audio/siren/siren-0.9/
H A Doption.c41 struct option_entry { struct
121 struct option_entry *o; in RB_GENERATE()
134 struct option_entry *o; in option_add_boolean()
147 struct option_entry *o; in option_add_colour()
160 struct option_entry *o; in option_add_format()
174 struct option_entry *o; in option_add_number()
197 struct option_entry *o; in option_add_string()
238 option_cmp_entry(struct option_entry *o1, struct option_entry *o2) in option_cmp_entry()
264 struct option_entry *o; in option_end()
304 struct option_entry *o; in option_find_type()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1956 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1957 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1976 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1977 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1970 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1971 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1976 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1977 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/devel/regexxer/regexxer-0.10/src/
H A Dmain.cc104 Glib::OptionEntry option_entry; in entry() local
106 option_entry.set_long_name(long_name); in entry()
107 option_entry.set_short_name(short_name); in entry()
110 option_entry.set_description(description); in entry()
112 option_entry.set_arg_description(arg_description); in entry()
114 return option_entry; in entry()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1920 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1921 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1970 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1971 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1976 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1977 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1976 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1977 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Demuopts.cpp612 if (iter->second.option_entry()) in add_and_remove_slot_options()
613 remove_entry(*iter->second.option_entry()); in add_and_remove_slot_options()
715 if (iter->second.option_entry()) in add_and_remove_image_options()
716 remove_entry(*iter->second.option_entry()); in add_and_remove_image_options()
H A Demuopts.h220 core_options::entry::shared_ptr option_entry() const { return m_entry.lock(); } in option_entry() function
254 core_options::entry::shared_ptr option_entry() const { return m_entry.lock(); } in option_entry() function
/dports/emulators/mess/mame-mame0226/src/emu/
H A Demuopts.cpp612 if (iter->second.option_entry()) in add_and_remove_slot_options()
613 remove_entry(*iter->second.option_entry()); in add_and_remove_slot_options()
715 if (iter->second.option_entry()) in add_and_remove_image_options()
716 remove_entry(*iter->second.option_entry()); in add_and_remove_image_options()
H A Demuopts.h220 core_options::entry::shared_ptr option_entry() const { return m_entry.lock(); } in option_entry() function
254 core_options::entry::shared_ptr option_entry() const { return m_entry.lock(); } in option_entry() function
/dports/games/angband/Angband-4.2.2/src/
H A Doption.c28 static struct option_entry { struct
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1976 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1977 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/content/
H A Dpayment_request_converter.cc48 const mojom::PaymentShippingOptionPtr& option_entry) { in ConvertPaymentShippingOption() argument
50 option.id = option_entry->id; in ConvertPaymentShippingOption()
51 option.label = option_entry->label; in ConvertPaymentShippingOption()
52 if (option_entry->amount) in ConvertPaymentShippingOption()
53 option.amount = option_entry->amount.Clone(); in ConvertPaymentShippingOption()
54 option.selected = option_entry->selected; in ConvertPaymentShippingOption()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1975 for (const auto &option_entry : *option_arg_vector) { in BuildAliasCommandArgs()
1976 std::tie(option, value_type, value) = option_entry; in BuildAliasCommandArgs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/content/
H A Dpayment_request_converter.cc48 const mojom::PaymentShippingOptionPtr& option_entry) { in ConvertPaymentShippingOption() argument
50 option.id = option_entry->id; in ConvertPaymentShippingOption()
51 option.label = option_entry->label; in ConvertPaymentShippingOption()
52 if (option_entry->amount) in ConvertPaymentShippingOption()
53 option.amount = option_entry->amount.Clone(); in ConvertPaymentShippingOption()
54 option.selected = option_entry->selected; in ConvertPaymentShippingOption()