Home
last modified time | relevance | path

Searched refs:begin_func (Results 1 – 25 of 29) sorted by relevance

12

/dports/x11/wmcliphist/wmcliphist/
H A Dgui.c57 begin_func("menu_item_button_released"); in menu_item_button_released()
117 begin_func("menu_item_exists"); in menu_item_exists()
153 begin_func("menu_item_add"); in menu_item_add()
263 begin_func("menu_app_item_click"); in menu_app_item_click()
304 begin_func("button_press"); in button_press()
346 begin_func("dialog_button_press"); in dialog_button_press()
374 begin_func("dialog_key_press_yes"); in dialog_key_press_yes()
383 begin_func("dialog_key_press_no"); in dialog_key_press_no()
403 begin_func("show_message"); in show_message()
H A Dclipboard.c60 begin_func("my_get_selection_text"); in my_get_selection_text()
114 begin_func("my_get_xselection"); in my_get_xselection()
163 begin_func("time_conv_select"); in time_conv_select()
185 begin_func("selection_handle"); in selection_handle()
H A Dhistory.c21 begin_func("process_item"); in process_item()
90 begin_func("menu_item_activated"); in move_item_to_begin()
192 begin_func("history_load"); in history_load()
280 begin_func("history_save"); in history_save()
360 begin_func("history_free"); in history_free()
384 begin_func("history_autosave"); in history_autosave()
H A Ddebug.h29 #define begin_func(_format, _args...) fn_begin(_format , ##_args) macro
46 #define begin_func(_format) macro
H A Dhotkeys.c28 begin_func("global_keys_filter"); in global_keys_filter()
84 begin_func("hotkey_parse"); in hotkey_parse()
156 begin_func("hotkeys_init"); in hotkeys_init()
195 begin_func("hotkeys_done"); in hotkeys_done()
H A Drcconfig.c44 begin_func("rcconfig_get_name"); in rcconfig_get_name()
66 begin_func("action_append"); in action_append()
115 begin_func("rcconfig_get"); in rcconfig_get()
448 begin_func("rcconfig_free"); in rcconfig_free()
H A Dwmcliphist.c31 begin_func("print_help"); in print_help()
59 begin_func("wmcliphist_exit"); in wmcliphist_exit()
82 begin_func("main"); in main()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-blit.h58 CoglBlitBeginFunc begin_func; member
H A Dcogl-blit.c394 if (!_cogl_blit_default_mode->begin_func (data)) in _cogl_blit_begin()
402 _cogl_blit_modes[i].begin_func (data)) in _cogl_blit_begin()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-blit.h58 CoglBlitBeginFunc begin_func; member
H A Dcogl-blit.c397 if (!_cogl_blit_default_mode->begin_func (data)) in _cogl_blit_begin()
405 _cogl_blit_modes[i].begin_func (data)) in _cogl_blit_begin()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-blit.h58 CoglBlitBeginFunc begin_func; member
H A Dcogl-blit.c394 if (!_cogl_blit_default_mode->begin_func (data)) in _cogl_blit_begin()
402 _cogl_blit_modes[i].begin_func (data)) in _cogl_blit_begin()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/variant_associative_view/
H A Dvariant_associative_view_private.h213 using begin_func = void(*)(void* container, iterator_data& itr); variable
234 begin_func m_begin_func;
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/variant_sequential_view/
H A Dvariant_sequential_view_private.h215 using begin_func = void(*)(void* container, iterator_data& itr); variable
237 begin_func m_begin_func;
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/Microsoft365/camel/
H A Dcamel-m365-utils.c200 void (* begin_func) (JsonBuilder *builder), in m365_utils_add_address_array()
208 g_return_if_fail (begin_func != NULL); in m365_utils_add_address_array()
222 begin_func (builder); in m365_utils_add_address_array()
244 begin_func (builder); in m365_utils_add_address_array()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-process.c67 ProcFunc begin_func; member
537 info->begin_func = func; in fr_process_set_begin_func()
743 if (info->begin_func != NULL) in start_current_command()
744 (*info->begin_func) (info->begin_data); in start_current_command()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-process.c55 ProcFunc begin_func; member
559 info->begin_func = func; in fr_process_set_begin_func()
983 if (info->begin_func != NULL) in execute_current_command()
984 (*info->begin_func) (info->begin_data); in execute_current_command()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-process.c68 ProcFunc begin_func; member
538 info->begin_func = func; in fr_process_set_begin_func()
769 if (info->begin_func != NULL) in start_current_command()
770 (*info->begin_func) (info->begin_data); in start_current_command()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/packaging/generic/
H A Dprint-camera-list.c1451 begin_func_t begin_func;
1487 if (format->begin_func != NULL) {
1488 format->begin_func(&params, &data);
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/Microsoft365/addressbook/
H A De-book-backend-m365.c439 void (* begin_func) (JsonBuilder *builder) = NULL; in ebb_m365_contact_add_phone() local
446 begin_func = e_m365_contact_begin_business_phones; in ebb_m365_contact_add_phone()
451 begin_func = e_m365_contact_begin_home_phones; in ebb_m365_contact_add_phone()
465 begin_func (builder); in ebb_m365_contact_add_phone()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_LLVM.h106 virtual void begin_func(LinkageType linkage, const std::string &simple_name,
H A DCodeGen_Hexagon.cpp429 CodeGen_Posix::begin_func(f.linkage, simple_name, extern_name, f.args); in compile_func()
H A DCodeGen_LLVM.cpp694 void CodeGen_LLVM::begin_func(LinkageType linkage, const std::string &name, in begin_func() function in Halide::Internal::CodeGen_LLVM
787 begin_func(f.linkage, simple_name, extern_name, f.args); in compile_func()
/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/
H A Dsshfs.c1994 size_t count, request_func begin_func, request_func end_func, in sftp_request_send() argument
2007 if (begin_func) in sftp_request_send()
2008 begin_func(req); in sftp_request_send()

12