Home
last modified time | relevance | path

Searched refs:dfltbutton (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dmessage.c3742 int dfltbutton, in do_dialog() argument
3758 return dfltbutton; // return default option in do_dialog()
3765 c = gui_mch_dialog(type, title, message, buttons, dfltbutton, in do_dialog()
3794 hotkeys = msg_show_console_dialog(message, buttons, dfltbutton); in do_dialog()
3806 retval = dfltbutton; in do_dialog()
3817 retval = dfltbutton; in do_dialog()
3908 int dfltbutton) in msg_show_console_dialog() argument
3948 if (dfltbutton) in msg_show_console_dialog()
3949 --dfltbutton; in msg_show_console_dialog()
3975 *msgp++ = (dfltbutton == 1) ? '[' : '('; in msg_show_console_dialog()
[all …]
H A Dgui_motif.c2506 int dfltbutton, in gui_mch_dialog() argument
2606 XmNshowAsDefault, butcount == dfltbutton - 1, in gui_mch_dialog()
2817 if (dfltbutton < 1) in gui_mch_dialog()
2818 dfltbutton = 1; in gui_mch_dialog()
2819 if (dfltbutton > butcount) in gui_mch_dialog()
2820 dfltbutton = butcount; in gui_mch_dialog()
2822 XmNdefaultButton, buttons[dfltbutton - 1], NULL); in gui_mch_dialog()
2826 XtVaSetValues(dialogform, XmNinitialFocus, buttons[dfltbutton - 1], in gui_mch_dialog()
H A Dgui_haiku.cc411 const char *buttons, int dfltbutton, const char *textfield,
2065 const char *buttons, int dfltbutton, const char *textfield, int ex_cmd) in VimDialog() argument
2070 , fDialogValue(dfltbutton) in VimDialog()
2197 if (dfltbutton == i + 1) { in VimDialog()
4926 int dfltbutton, in gui_mch_dialog() argument
4931 (char*)buttons, dfltbutton, (char*)textfield, ex_cmd); in gui_mch_dialog()
H A Dgui_w32.c6870 int dfltbutton, in gui_mch_dialog() argument
6916 return dfltbutton; // return default option in gui_mch_dialog()
6942 --dfltbutton; // Change from one-based to zero-based in gui_mch_dialog()
6951 if (dfltbutton >= numButtons) in gui_mch_dialog()
6952 dfltbutton = -1; in gui_mch_dialog()
7248 (i == dfltbutton in gui_mch_dialog()
7260 (i == dfltbutton in gui_mch_dialog()
7318 dialog_default_button = IDCANCEL + 1 + dfltbutton; in gui_mch_dialog()
H A Dgui_athena.c2089 int dfltbutton UNUSED, in gui_mch_dialog()
/vim-8.2.3635/src/proto/
H A Dgui_athena.pro32 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…
H A Dgui_motif.pro34 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *button_names, int dfltbutton, …
H A Dmessage.pro75 int do_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *te…
H A Dgui_haiku.pro84 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…
H A Dgui_w32.pro88 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…