Home
last modified time | relevance | path

Searched refs:ex_cmd (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgui_gtk.pro18 …type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield, int ex_cmd);
H A Dgui_athena.pro32 …e, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd);
H A Dgui_motif.pro34 …ar_u *title, char_u *message, char_u *button_names, int dfltbutton, char_u *textfield, int ex_cmd);
H A Dmessage.pro75 …e, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd);
H A Dgui_photon.pro11 …har_u *title, char_u *message, char_u *buttons, int default_button, char_u *textfield, int ex_cmd);
H A Dgui_haiku.pro84 …e, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd);
H A Dgui_w32.pro88 …e, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd);
/vim-8.2.3635/src/
H A Dmessage.c3745 int ex_cmd) // when TRUE pressing : accepts default and starts in do_dialog() argument
3766 textfield, ex_cmd); in do_dialog()
3815 if (c == ':' && ex_cmd) in do_dialog()
H A Dgui_haiku.cc412 int ex_cmd);
2065 const char *buttons, int dfltbutton, const char *textfield, int ex_cmd) in VimDialog() argument
4928 int ex_cmd) in gui_mch_dialog() argument
4931 (char*)buttons, dfltbutton, (char*)textfield, ex_cmd); in gui_mch_dialog()
H A Dgui_athena.c2091 int ex_cmd UNUSED) in gui_mch_dialog()
H A Dgui_gtk.c1782 int ex_cmd UNUSED) in gui_mch_dialog()
H A Dgui_photon.c1507 int ex_cmd) in gui_mch_dialog() argument
H A Dgui_motif.c2508 int ex_cmd UNUSED) in gui_mch_dialog()
H A Dgui_w32.c6872 int ex_cmd UNUSED) in gui_mch_dialog()