Lines Matching refs:dfltbutton
34 static char_u *msg_show_console_dialog(char_u *message, char_u *buttons, int dfltbutton);
3742 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()
3977 *msgp++ = (dfltbutton == 1) ? ']' : ')'; in msg_show_console_dialog()