Lines Matching refs:msgp
3914 char_u *msgp = NULL; in msg_show_console_dialog() local
3939 *msgp++ = ','; in msg_show_console_dialog()
3940 *msgp++ = ' '; // '\n' -> ', ' in msg_show_console_dialog()
3971 *msgp++ = *r; in msg_show_console_dialog()
3975 *msgp++ = (dfltbutton == 1) ? '[' : '('; in msg_show_console_dialog()
3976 msgp += copy_char(r, msgp, FALSE); in msg_show_console_dialog()
3977 *msgp++ = (dfltbutton == 1) ? ']' : ')'; in msg_show_console_dialog()
3994 msgp += copy_char(r, msgp, FALSE); in msg_show_console_dialog()
4003 *msgp++ = ':'; in msg_show_console_dialog()
4004 *msgp++ = ' '; in msg_show_console_dialog()
4005 *msgp = NUL; in msg_show_console_dialog()
4037 msgp = confirm_msg + 1 + STRLEN(message); in msg_show_console_dialog()
4046 confirm_msg_tail = msgp; in msg_show_console_dialog()
4047 *msgp++ = '\n'; in msg_show_console_dialog()