Searched refs:msgp (Results 1 – 1 of 1) sorted by relevance
3914 char_u *msgp = NULL; in msg_show_console_dialog() local3939 *msgp++ = ','; in msg_show_console_dialog()3940 *msgp++ = ' '; // '\n' -> ', ' in msg_show_console_dialog()3971 *msgp++ = *r; in msg_show_console_dialog()3976 msgp += copy_char(r, msgp, FALSE); 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()4046 confirm_msg_tail = msgp; in msg_show_console_dialog()[all …]