Searched refs:gui_mch_dialog (Results 1 – 16 of 16) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui_gtk.pro | 18 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *…
|
| H A D | gui_athena.pro | 32 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…
|
| H A D | gui_motif.pro | 34 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *button_names, int dfltbutton, …
|
| H A D | gui_photon.pro | 11 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int default_button, c…
|
| H A D | gui_haiku.pro | 84 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…
|
| H A D | gui_w32.pro | 88 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…
|
| /vim-8.2.3635/src/ |
| H A D | vim.h | 2285 # define do_dialog gui_mch_dialog
|
| H A D | gui_athena.c | 2084 gui_mch_dialog( in gui_mch_dialog() function
|
| H A D | gui_gtk.c | 1776 gui_mch_dialog(int type, // type of dialog in gui_mch_dialog() function
|
| H A D | os_mswin.c | 611 (void)gui_mch_dialog( in display_errors()
|
| H A D | gui_photon.c | 1500 gui_mch_dialog( in gui_mch_dialog() function
|
| H A D | message.c | 3765 c = gui_mch_dialog(type, title, message, buttons, dfltbutton, in do_dialog()
|
| H A D | gui_motif.c | 2501 gui_mch_dialog( in gui_mch_dialog() function
|
| H A D | gui_haiku.cc | 4921 gui_mch_dialog( in gui_mch_dialog() function
|
| H A D | gui_w32.c | 6865 gui_mch_dialog( in gui_mch_dialog() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 2603 - Fixed a bug in gui_mch_dialog (using wrong pointer)
|