Home
last modified time | relevance | path

Searched refs:opt_entries (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11-fm/pcmanfm/pcmanfm-1.3.2/src/
H A Dsingle-inst.c45 const GOptionEntry* opt_entries; member
69 static void pass_args_to_existing_instance(const GOptionEntry* opt_entries, int screen_num, int soc… in pass_args_to_existing_instance() argument
85 for(ent = opt_entries; ent->long_name; ++ent) in pass_args_to_existing_instance()
203 pass_args_to_existing_instance(data->opt_entries, data->screen_num, data->sock); in single_inst_init()
288 g_option_context_add_main_entries(ctx, client->opt_entries, NULL); in parse_args()
384 client->opt_entries = data->opt_entries; in on_server_socket_event()
H A Dsingle-inst.h46 const GOptionEntry* opt_entries; member
H A Dpcmanfm.c76 static GOptionEntry opt_entries[] = variable
215 if(G_UNLIKELY(!gtk_init_with_args(&argc, &argv, " ", opt_entries, GETTEXT_PACKAGE, &err))) in main()
225 inst.opt_entries = opt_entries + 3; in main()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/examples/ptp/
H A Dptp-print-times.c41 static GOptionEntry opt_entries[] = { variable
69 g_option_context_add_main_entries (opt_ctx, opt_entries, NULL); in main()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dgdbus-example-watch-name.c7 static GOptionEntry opt_entries[] = variable
52 g_option_context_add_main_entries (opt_context, opt_entries, NULL); in main()
H A Dgdbus-example-own-name.c38 GOptionEntry opt_entries[] =
51 g_option_context_add_main_entries (opt_context, opt_entries, NULL);
H A Dgdbus-example-watch-proxy.c10 static GOptionEntry opt_entries[] = variable
166 g_option_context_add_main_entries (opt_context, opt_entries, NULL); in main()
H A Dgdbus-example-peer.c250 GOptionEntry opt_entries[] =
266 g_option_context_add_main_entries (opt_context, opt_entries, NULL);
/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dgpicview.c36 static GOptionEntry opt_entries[] = variable
61 g_option_context_add_main_entries (context, opt_entries, GETTEXT_PACKAGE); in main()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/apps/
H A Ddcmmklut.cc663 OFCmdUnsignedInt opt_entries = 256; in main() local
818 app.checkValue(cmd.getValueAndCheckMinMax(opt_entries, 1, 65536)); in main()
895 Uint16 *outputData = new Uint16[opt_entries]; in main()
913 …result = convertInputLUT((unsigned int)opt_bits, opt_entries, opt_firstMapped, inputXData, inputYD… in main()
918 …result = convertInputLUT((unsigned int)opt_bits, opt_entries, opt_firstMapped, inputXData, inputYD… in main()
921 …gammaLUT((unsigned int)opt_bits, opt_entries, opt_firstMapped, opt_byteAlign, opt_gammaValue, outp… in main()
926 …applyInverseGSDF((unsigned int)opt_bits, opt_entries, opt_byteAlign, (unsigned int)opt_minDensity,… in main()
929 …mixingUpLUT(opt_entries, opt_byteAlign, opt_randomCount, (Uint32)opt_randomSeed, outputData, explS… in main()
930 …result = createLUT((unsigned int)opt_bits, opt_entries, opt_firstMapped, opt_byteAlign, opt_lutVR,… in main()
935 writeTextOutput(opt_outText, opt_entries, opt_firstMapped, outputData, headerStr); in main()
/dports/net/gnome-online-accounts/gnome-online-accounts-3.40.1/src/daemon/
H A Dmain.c34 static GOptionEntry opt_entries[] = variable
99 g_option_context_add_main_entries (opt_context, opt_entries, NULL); in main()
/dports/graphics/viewnior/Viewnior-viewnior-1.7/src/
H A Dmain.c40 static GOptionEntry opt_entries[] = { variable
64 g_option_context_add_main_entries (opt_context, opt_entries, NULL); in main()
/dports/x11/menu-cache/menu-cache-1.1.0/menu-cache-gen/
H A Dmain.c53 GOptionEntry opt_entries[] = variable
77 g_option_context_add_main_entries(opt_ctx, opt_entries, NULL); in main()
/dports/sysutils/libudisks/udisks-udisks-2.9.2/src/
H A Dmain.c44 static GOptionEntry opt_entries[] = variable
127 g_option_context_add_main_entries (opt_context, opt_entries, NULL); in main()
/dports/games/libretro-picodrive/picodrive-600894e/platform/gizmondo/
H A Dmenu.c1001 menu_entry opt_entries[] = variable
1022 #define OPT_ENTRY_COUNT (sizeof(opt_entries) / sizeof(opt_entries[0]))
1087 me_draw(opt_entries, OPT_ENTRY_COUNT, tl_x, tl_y, menu_opt_cust_draw, NULL); in draw_menu_options()
1148 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_SAVECFG_GAME, rom_loaded); in menu_loop_options()
1149 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_LOADCFG, config_slot != config_slot_current); in menu_loop_options()
1150 menu_sel_max = me_count_enabled(opt_entries, OPT_ENTRY_COUNT) - 1; in menu_loop_options()
1159 selected_id = me_index2id(opt_entries, OPT_ENTRY_COUNT, menu_sel); in menu_loop_options()
1161 if (!me_process(opt_entries, OPT_ENTRY_COUNT, selected_id, (inp&PBTN_RIGHT) ? 1 : 0)) { in menu_loop_options()
1214 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_LOADCFG, config_slot != config_slot_current); in menu_loop_options()
1215 menu_sel_max = me_count_enabled(opt_entries, OPT_ENTRY_COUNT) - 1; in menu_loop_options()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/gizmondo/
H A Dmenu.c1002 menu_entry opt_entries[] = variable
1023 #define OPT_ENTRY_COUNT (sizeof(opt_entries) / sizeof(opt_entries[0]))
1088 me_draw(opt_entries, OPT_ENTRY_COUNT, tl_x, tl_y, menu_opt_cust_draw, NULL); in draw_menu_options()
1149 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_SAVECFG_GAME, rom_loaded); in menu_loop_options()
1150 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_LOADCFG, config_slot != config_slot_current); in menu_loop_options()
1151 menu_sel_max = me_count_enabled(opt_entries, OPT_ENTRY_COUNT) - 1; in menu_loop_options()
1160 selected_id = me_index2id(opt_entries, OPT_ENTRY_COUNT, menu_sel); in menu_loop_options()
1162 if (!me_process(opt_entries, OPT_ENTRY_COUNT, selected_id, (inp&PBTN_RIGHT) ? 1 : 0)) { in menu_loop_options()
1215 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_LOADCFG, config_slot != config_slot_current); in menu_loop_options()
1216 menu_sel_max = me_count_enabled(opt_entries, OPT_ENTRY_COUNT) - 1; in menu_loop_options()
[all …]
/dports/x11/libfm/libfm-1.3.2/src/tools/
H A Dlxshortcut.c39 static GOptionEntry opt_entries[] = variable
114 if (G_UNLIKELY(!gtk_init_with_args(&argc, &argv, " ", opt_entries, GETTEXT_PACKAGE, &err))) in main()
/dports/x11/libfm-extra/libfm-1.3.2/src/tools/
H A Dlxshortcut.c39 static GOptionEntry opt_entries[] = variable
114 if (G_UNLIKELY(!gtk_init_with_args(&argc, &argv, " ", opt_entries, GETTEXT_PACKAGE, &err))) in main()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/pxe/
H A Ddhcp_option.c170 const int opt_entries = sizeof(dhcp_opts) / sizeof(dhcp_opts[0]); in parse_dhcp_options() local
195 for (i = 0; i < opt_entries; i++) { in parse_dhcp_options()
/dports/games/libretro-picodrive/picodrive-600894e/platform/psp/
H A Dmenu.c1182 menu_entry opt_entries[] = variable
1203 #define OPT_ENTRY_COUNT (sizeof(opt_entries) / sizeof(opt_entries[0]))
1270 me_draw(opt_entries, OPT_ENTRY_COUNT, tl_x, tl_y, menu_opt_cust_draw, NULL); in draw_menu_options()
1331 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_SAVECFG_GAME, rom_loaded); in menu_loop_options()
1332 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_LOADCFG, config_slot != config_slot_current); in menu_loop_options()
1333 menu_sel_max = me_count_enabled(opt_entries, OPT_ENTRY_COUNT) - 1; in menu_loop_options()
1342 selected_id = me_index2id(opt_entries, OPT_ENTRY_COUNT, menu_sel); in menu_loop_options()
1344 if (!me_process(opt_entries, OPT_ENTRY_COUNT, selected_id, (inp&PBTN_RIGHT) ? 1 : 0)) { in menu_loop_options()
1390 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_LOADCFG, config_slot != config_slot_current); in menu_loop_options()
1391 menu_sel_max = me_count_enabled(opt_entries, OPT_ENTRY_COUNT) - 1; in menu_loop_options()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/psp/
H A Dmenu.c1183 menu_entry opt_entries[] = variable
1204 #define OPT_ENTRY_COUNT (sizeof(opt_entries) / sizeof(opt_entries[0]))
1271 me_draw(opt_entries, OPT_ENTRY_COUNT, tl_x, tl_y, menu_opt_cust_draw, NULL); in draw_menu_options()
1332 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_SAVECFG_GAME, rom_loaded); in menu_loop_options()
1333 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_LOADCFG, config_slot != config_slot_current); in menu_loop_options()
1334 menu_sel_max = me_count_enabled(opt_entries, OPT_ENTRY_COUNT) - 1; in menu_loop_options()
1343 selected_id = me_index2id(opt_entries, OPT_ENTRY_COUNT, menu_sel); in menu_loop_options()
1345 if (!me_process(opt_entries, OPT_ENTRY_COUNT, selected_id, (inp&PBTN_RIGHT) ? 1 : 0)) { in menu_loop_options()
1391 me_enable(opt_entries, OPT_ENTRY_COUNT, MA_OPT_LOADCFG, config_slot != config_slot_current); in menu_loop_options()
1392 menu_sel_max = me_count_enabled(opt_entries, OPT_ENTRY_COUNT) - 1; in menu_loop_options()
[all …]
/dports/sysutils/polkit/polkit-0.120/src/polkitbackend/
H A Dpolkitd.c42 static GOptionEntry opt_entries[] = { variable
177 g_option_context_add_main_entries (opt_context, opt_entries, NULL); in main()
/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-disk-image-mounter/src/
H A Dmain.c79 static const GOptionEntry opt_entries[] = variable
187 g_option_context_add_main_entries (o, opt_entries, GETTEXT_PACKAGE); in main()
/dports/x11/cinnamon/cinnamon-4.8.6/src/
H A Dcinnamon-perf-helper.c50 static GOptionEntry opt_entries[] = variable
316 g_option_context_add_main_entries (context, opt_entries, NULL); in main()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-perf-helper.c56 static GOptionEntry opt_entries[] = variable
353 g_option_context_add_main_entries (context, opt_entries, NULL); in main()

12