Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_f.c412 FUNC2GENERIC(form_child_map), in form_unrealize()
415 FUNC2GENERIC(form_child_unmap), in form_unrealize()
621 FUNC2GENERIC(&form_child_map), child); in form_remove()
623 FUNC2GENERIC(&form_child_unmap), child); in form_remove()
H A Dgui.h568 # define FUNC2GENERIC(func) (void *)(func) macro
570 # define FUNC2GENERIC(func) G_CALLBACK(func) macro
H A Dgui_beval.c269 FUNC2GENERIC(target_event_cb), in removeEventHandler()
276 FUNC2GENERIC(mainwin_event_cb), in removeEventHandler()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt14483 Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama)